materials_compendium.utils.ContactInfo.get_phone

ContactInfo.get_phone()[source]

Get the phone number associated with the contact.

Returns:

The phone number of the contact.

Return type:

str

Example

print(contact_info.get_phone()) # Output: “123-456-7890”