MCPcopy Index your code
hub / github.com/pathwaycom/pathway / __init__

Method __init__

python/pathway/internals/parse_graph.py:116–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 unused_operators: bool
115
116 def __init__(self) -> None:
117 self.clear()
118
119 @property
120 def _current_scope(self) -> Scope:

Callers

nothing calls this directly

Calls 1

clearMethod · 0.95

Tested by

no test coverage detected