mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
5 lines
85 B
Python
5 lines
85 B
Python
class MyClass(object):
|
|
def method(self):
|
|
pass
|
|
|
|
MyClass().method.__<caret> |