location property

location property

Location of signing.

Definition:

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

See Also