key property

key property

Definition:

@property
def key(self):
    ...

@key.setter
def key(self, value):
    ...

See Also