location property

location property

Location

Definition:

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

See Also