mirror of
https://github.com/davidhalter/jedi.git
synced 2026-07-20 06:00:27 +08:00
6 lines
46 B
Python
6 lines
46 B
Python
|
|
|
|
def something():
|
|
global foo
|
|
foo = 3
|