ewokscore.graph.multigraph.flatten_multigraph#

ewokscore.graph.multigraph.flatten_multigraph(graph)[source]#

The attributes of links between the same two nodes are merged.

Parameters:

graph (DiGraph) –

Return type:

DiGraph