mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 22:17:05 +07:00
6 lines
72 B
Python
6 lines
72 B
Python
class A:
|
|
def m<caret>(self, x):
|
|
return x
|
|
|
|
|
|
print A.m(A(), 1) |