Graphs
Enter search terms or a module, class or function name.
vertex_count
Get the total number of vertices in the graph.
int32
The number of vertices in the graph.
Examples
>>> my_graph.vertex_count
The result given is:
1194