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