networkx.algorithms.components.attracting.attracting_components
Cores
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