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