mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
6 lines
88 B
Python
6 lines
88 B
Python
__author__ = 'ktisha'
|
|
|
|
|
|
class A():
|
|
def my_method(my_inst):
|
|
my_inst.do_smth() |