Landmark.edges#

Landmark.edges()#

All outgoing edges of vertex

Returns:

List of all edges leaving this vertex

Return type:

list of Edge

Note

  • For a directed graph the edges are those leaving this vertex

  • For a non-directed graph the edges are those leaving or entering

    this vertex