Graph.neighbors_in
- Graph.neighbors_in(key)[source]
Return the incoming neighbors of a node.
- Parameters:
- keyhashable
The identifier of the node.
- Returns:
- list[hashable]
A list of node identifiers.
See also
Site Navigation
Return the incoming neighbors of a node.
The identifier of the node.
A list of node identifiers.
See also