TopologyDiagram.deviation_edges
- TopologyDiagram.deviation_edges(data=False)[source]
Iterates over the keys of all deviation edges.
- Parameters
data (
bool
) –True
if the edges attributes should be yielded simultaneously. Defaults toFalse
.- Yields
deviation_edge (
tuple
) – The key of the next trail edge.attributes (
dict
) – The attributes of the next deviation edge ifdata=True
.