mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 14:30:49 +07:00
4 lines
87 B
Python
4 lines
87 B
Python
class Foo(object):
|
|
xyzzy = 3
|
|
def fun(self):
|
|
a = self.__class__.x<caret> |