Files
openide/python/testData/completion/selfField.after.py
2008-03-07 17:15:26 +03:00

3 lines
76 B
Python

class A:
def __init__(self): self.qwe = 1
def test(self): print self.qwe