Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ a
Function
a
extra_tests/snippets/syntax_global_nonlocal.py:88–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
# c = 2
87
88
def
a():
89
x = 0
90
locals()[
'x'
] = 3
91
assert x == 0
92
93
a()
94
Callers
1
syntax_global_nonlocal.py
File · 0.70
Calls
1
locals
Function · 0.85
Tested by
no test coverage detected