Contents:
Split one single graph into multiple graphs by demultiplexing an edge attribute
graph (TypeVar(SimpleGraph, Graph, DiGraph)) – Graph to be demultiplexed
TypeVar
SimpleGraph
Graph
DiGraph
edge_attr (str) – Edge attribute to be demultiplexed
str
list[TypeVar(SimpleGraph, Graph, DiGraph)]
list
List of demultiplexed graphs
Caution
The cache is UNSAFE from inplace graph manipulations.