TopologyDiagram.auxiliary_trail_edges

TopologyDiagram.auxiliary_trail_edges(data=False)[source]

Iterates over the keys of all trail edges in the auxiliary trails.

Parameters:

data (bool) – True if the edges attributes should be yielded simultaneously. Defaults to False.

Yields:
  • deviation_edge (tuple) – The key of the next auxiliary trail edge.

  • attributes (dict) – The attributes of the next auxiliary trail edge if data=True.