networkx.DiGraph.order

DiGraph.order()

Returns the number of nodes in the graph.

Returns

nnodes – The number of nodes in the graph.

Return type

int