mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 10:14:50 +07:00
9 lines
93 B
Python
9 lines
93 B
Python
def foo(self):
|
|
x = 1
|
|
y = 2
|
|
|
|
def foo(self):
|
|
x = 1
|
|
y = 2
|
|
|
|
z = 3 |