is_attracting_component#
- is_attracting_component(G)[source]#
 Returns True if
Gconsists of a single attracting component.- Parameters:
 - GDiGraph, MultiDiGraph
 The graph to be analyzed.
- Returns:
 - attractingbool
 True if
Ghas a single attracting component. Otherwise, False.
- Raises:
 - NetworkXNotImplemented
 If the input graph is undirected.