blob: a5628ef71cc9b2afe4375e7dc9dd467b22876b9c [file] [log] [blame]
class A (object):
@property
def boohoo(self):
return 1
a = A()
a.boohoo