blob: 6844a2b7b8b511390d081a200056141218d2195b [file] [log] [blame]
class A (object):
@property
def boohoo(self):
return 1
a = A()
a.booh<caret>