MCPcopy 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
88def a():
89 x = 0
90 locals()['x'] = 3
91 assert x == 0
92
93a()
94

Callers 1

Calls 1

localsFunction · 0.85

Tested by

no test coverage detected