Warning

This documents an unmaintained version of NetworkX. Please upgrade to a maintained version and see the current NetworkX documentation.

ancestors

ancestors(G, source)[source]

Return all nodes having a path to \(source\) in G.

Parameters:

G : NetworkX DiGraph

source : node in G

Returns:

ancestors : set()

The ancestors of source in G