attracting_components
is_biconnected
Enter search terms or a module, class or function name.
Returns a list of attracting component subgraphs from .
G : DiGraph, MultiDiGraph
The graph to be analyzed.
subgraphs : list
A list of node-induced subgraphs of the attracting components of .
See also
attracting_components, number_attracting_components, is_attracting_component
Notes
Graph, node, and edge attributes are copied to the subgraphs.