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_assignment.py:77–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
n = 0
76
77
def
a():
78
global n
79
n += 1
80
return
[0]
81
82
a()[0] += 1
83
Callers
1
syntax_assignment.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected