mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
9 lines
123 B
Python
9 lines
123 B
Python
class C:
|
|
def me<caret>thod(self, x):
|
|
test = 1
|
|
|
|
|
|
inst = C()
|
|
inst . method(1)
|
|
C . method(inst, 42)
|