cell_phone property

cell_phone property

Gets or sets cellular phone number.

Definition:

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

See Also