NetworkX

Previous topic

attracting_components

Next topic

is_biconnected

attracting_component_subgraphs

attracting_component_subgraphs(G)[source]

Returns a list of attracting component subgraphs from G.

Parameters :

G : DiGraph, MultiDiGraph

The graph to be analyzed.

Returns :

subgraphs : list

A list of node-induced subgraphs of the attracting components of G.

Notes

Graph, node, and edge attributes are copied to the subgraphs.