Warning

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

networkx.Graph.order

Graph.order()[source]

Returns the number of nodes in the graph.

Returns:nnodes – The number of nodes in the graph.
Return type:int