mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 13:20:56 +07:00
6 lines
86 B
Python
6 lines
86 B
Python
class MyClass:
|
|
def method(self):
|
|
return 42
|
|
|
|
|
|
x = MyCla<caret>ss().method() |