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

Method new_scope

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

Source from the content-addressed store, hash-verified

125 return self._scope_stack[0]
126
127 def new_scope(self) -> Scope:
128 scope = Scope(self)
129 self.scopes.append(scope)
130 return scope
131
132 def add_operator(
133 self,

Callers 1

add_iterateMethod · 0.95

Calls 1

ScopeClass · 0.85

Tested by

no test coverage detected