contact property

contact property

Gets or sets information about the person or organisation which can provide further background information on the object.

Definition:

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

See Also