mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
9 lines
104 B
Python
9 lines
104 B
Python
|
|
class A(object):
|
|
def target_func(self, p):
|
|
pass
|
|
|
|
def another_func(self):
|
|
pass
|
|
|