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