Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ b
Function
b
extra_tests/snippets/syntax_global_nonlocal.py:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
a = 2
6
7
def
b():
8
global a
9
a = 4
10
11
assert a == 2
12
b()
Callers
12
f
Method · 0.85
f
Method · 0.85
test_cr_await
Method · 0.85
a
Method · 0.85
test_generator_gi_yieldfrom
Method · 0.85
_tryfinally
Function · 0.85
_tryfinallyconst
Function · 0.85
woohoo
Method · 0.85
test_function
Method · 0.85
stdlib_weakref.py
File · 0.85
A
Class · 0.85
syntax_global_nonlocal.py
File · 0.85
Calls
no outgoing calls
Tested by
9
f
Method · 0.68
f
Method · 0.68
test_cr_await
Method · 0.68
a
Method · 0.68
test_generator_gi_yieldfrom
Method · 0.68
_tryfinally
Function · 0.68
_tryfinallyconst
Function · 0.68
woohoo
Method · 0.68
test_function
Method · 0.68