forked from VimPlug/jedi
6 lines
46 B
Python
6 lines
46 B
Python
|
|
|
|
def something():
|
|
global foo
|
|
foo = 3
|