mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
11 lines
189 B
Python
11 lines
189 B
Python
class C:
|
|
def method(self):
|
|
def foo():
|
|
def bar():
|
|
pass
|
|
# bar
|
|
# bar
|
|
# bar
|
|
# method
|
|
# class
|