Files
openide/python/testData/completion/propertyParens.after.py

9 lines
90 B
Python

class A (object):
@property
def boohoo(self):
return 1
a = A()
a.boohoo