location property

location property

Definition:

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

See Also