ArcView#

class ArcView(nodes)#

Bases: NodeView

Provides a view for arcs of a planar graph.

The ArcView class is designed to provide an interface for accessing and manipulating arcs in a graph. It implements methods to traverse and inspect arcs, ensuring proper handling of graph structures.

__init__(nodes)#

Methods

__init__(nodes)

arcs(node)

get(k[,d])

isdisjoint(other)

Return True if two sets have a null intersection.

items()

keys()

values()

get(k[, d]) D[k] if k in D, else d.  d defaults to None.#
isdisjoint(other)#

Return True if two sets have a null intersection.

items() a set-like object providing a view on D's items#
keys() a set-like object providing a view on D's keys#
values() an object providing a view on D's values#