Table of Contents
Graph()
DiGraph()
MultiGraph()
MultiDiGraph()
Auto-generated API
MultiGraph.
order
Return the number of nodes in the graph.
nnodes : int
The number of nodes in the graph.
See also
number_of_nodes, __len__
number_of_nodes
__len__