Table Of Contents

Graph edge_count


edge_count

Get the total number of edges in the graph.

Parameters:
Returns:

: int

Total number of edges in the graph

int32
The number of edges in the graph.

Examples

>>> my_graph.edge_count

The result given is:

1194