mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
11 lines
124 B
Python
11 lines
124 B
Python
class C:
|
|
def foo(self):
|
|
y = 2
|
|
|
|
def foo(self):
|
|
x = 1
|
|
y = 2
|
|
|
|
|
|
def bar(self):
|
|
y = 2 |