mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 09:39:37 +07:00
7 lines
68 B
Python
7 lines
68 B
Python
class A:
|
|
def m<caret>(self):
|
|
print 1
|
|
|
|
b = A()
|
|
a = b.m()
|