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

9 lines
95 B
Python

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