contact property

contact property

Signature Contact to validate.

Definition:

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

See Also