location property

location property

The location attribute contains an indication of the logical location of the key on the device.

Definition:

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

See Also