DependencyGraph
Usage
DependencyGraph()Parameter Attributes
_nodes: dict[NodeKey, Node] = dict()_edges: dict[NodeKey, set[NodeKey]] = dict()_reverse_edges: dict[NodeKey, set[NodeKey]] = dict()_guards: dict[EdgeKey, GuardExpr] = dict()_edge_extra: dict[EdgeKey, dict[str, Any]] = dict()_hooks: list[NodeHook] = list()leaf_classification: dict[str, str] | None = Nonesheet_order: list[str] | None = Nonesheet_bounds: dict[str, tuple[int, int]] | None = Nonenamed_ranges: dict[str, tuple[str, str]] | None = Nonenamed_range_ranges: dict[str, tuple[str, str, str]] | None = None