obspy.station.util.PhoneNumber.__init__

PhoneNumber.__init__(area_code, phone_number, country_code=None, description=None)[source]
Parameters:
  • area_code (Integer) The area code
  • phone_number (String in the form “[0-9]+-[0-9]+”, e.g. 1234-5678.) The phone number minus the country and area code.
  • country_code (Integer) The country code, optional
  • description (String) Any additional information, optional.

This Page