town property

town property

Town

Definition:

@property
def town(self):
    ...
@town.setter
def town(self, value):
    ...

See Also