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