Files
openide/python/testData/completion/dunderClass.py

4 lines
87 B
Python

class Foo(object):
xyzzy = 3
def fun(self):
a = self.__class__.x<caret>