MCPcopy 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

75n = 0
76
77def a():
78 global n
79 n += 1
80 return [0]
81
82a()[0] += 1
83

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected