reason property

reason property

Gets or sets the reason of signature.

Definition:

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

See Also