pyquibbler.quib_network.Direction

class pyquibbler.quib_network.Direction(value)

Define upstream/downstream directions in quib dependency graph.

See also

dependency_graph

__init__()

Attributes

UPSTREAM

Towards quibs affecting current quib ('upstream').

DOWNSTREAM

Towards quibs affected by current quib ('downstream').

BOTH

Towards both upstream and downstream directions ('both').

ALL

Fully explore the network from the current quib ('all').