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