graphi.types.bounded module¶
-
class
graphi.types.bounded.Bounded(*source, **kwargs)¶ Bases:
graphi.abc.GraphWrapper to make the values of
Graphinstances boundedParameters: value_bound – bound for all values The
value_boundmust be compatible with all values stored in the graph. ATypeErroris raised whenever a value cannot be bounded. Note thatNoneis always invalid forvalue_bound.See also
The
boundable()decorator forGraphclasses.-
clear()¶ Remove all elements from this graph
-
undirected¶
-