Returns the edge length.
The edge length is edge weight + destination node weight.
edge (dict[str, int | float]) – Edge attributes.
node_out (dict[str, int | float]) – Node attributes.
Edge length.
float, int
Table of Contents