MCPcopy Create free account
hub / github.com/pathwaycom/pathway / __init__

Method __init__

python/pathway/internals/parse_graph.py:33–36  ·  view source on GitHub ↗
(self, graph: ParseGraph)

Source from the content-addressed store, hash-verified

31 _normal_nodes: StableSet[operator.Operator]
32
33 def __init__(self, graph: ParseGraph) -> None:
34 self._graph = graph
35 self._nodes = StableSet()
36 self._normal_nodes = StableSet()
37
38 def is_empty(self) -> bool:
39 return not self._nodes

Callers

nothing calls this directly

Calls 1

StableSetClass · 0.90

Tested by

no test coverage detected