views#

The views are read-only iterable containers that are updated as the planar diagram is updated. As with dicts, the graph should not be updated while iterating through the view.

Classes

ArcView(nodes)

Provides a view for arcs of a planar graph.

EndpointView(nodes)

FaceView(nodes)

Represents a view of the faces of a planar graph.

FilteredNodeView(nodes, node_type)

NodeView(nodes)