mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: caf60bd52a1872a2eb53f3617a6ffb51b195ff33
7 lines
98 B
Python
7 lines
98 B
Python
class Clzz:
|
|
def __init__(self):
|
|
self.abaCaba = 22
|
|
|
|
|
|
clz = Clzz()
|
|
abaCaba = clz.<caret> |