location property

location property

Gets or sets the signature location.

Definition:

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

See Also