condensation
number_weakly_connected_components
Enter search terms or a module, class or function name.
Test directed graph for weak connectivity.
G : NetworkX Graph
A directed graph.
connected : bool
True if the graph is weakly connected, False otherwise.
See also
strongly_connected_components
Notes
For directed graphs only.