Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_iterate
Method · 0.95
Calls
1
Scope
Class · 0.85
Tested by
no test coverage detected