Table of Contents
Graph()
DiGraph()
MultiGraph()
MultiDiGraph()
Auto-generated API
networkx.algorithms.
descendants
Return all nodes reachable from source in G.
G : NetworkX DiGraph
source : node in G
des : set()
The descendants of source in G