TopologyDiagram.is_deviation_edge
- TopologyDiagram.is_deviation_edge(edge)[source]
Tests whether or not an edge is a deviation edge.
- Parameters:
edge (
tuple
) – The key of the edge to test.- Returns:
flag (
bool
) –True``if the edge is a deviation edge. ``False
otherwise.