networkx.dfs_successor
Functions
Enter search terms or a module, class or function name.
Return directed graph (tree) of depth-first-search with root at source.
If the graph is disconnected, return a disconnected graph (forest).