mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 04:45:04 +07:00
9 lines
133 B
Python
9 lines
133 B
Python
class A:
|
|
def foo(self): ...
|
|
|
|
def bar(self):
|
|
def baz():
|
|
foo()
|
|
|
|
def foo():
|
|
print('baz') |