Graph.neighbors_out

Graph.neighbors_out(key)[source]

Return the outgoing neighbors of a node.

Parameters

key (hashable) – The identifier of the node.

Returns

list[hashable] – A list of node identifiers.