reason property

reason property

The reason for the signing, such as (I agree…).

Definition:

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

See Also