Main
get_number_edges()
Details
Contribution guidelines
Vignettes
Additional resources
Get the number of edges in the network.
network (nx.Graph) – The network to get the number of edges from.
The number of edges in the network.
int