mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
8 lines
129 B
Python
8 lines
129 B
Python
def func():
|
|
x = True
|
|
def loc<caret>al():
|
|
def nested():
|
|
nonlocal x
|
|
x = False
|
|
|