mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 14:17:48 +07:00
5 lines
77 B
Python
5 lines
77 B
Python
def x(arg):
|
|
def foo(): pass
|
|
if arg: foo = None
|
|
callee(foo) #pass
|