contact property

contact property

Gets or sets the signature contact.

Definition:

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

See Also