obspy.station.util.PhoneNumber

class PhoneNumber(area_code, phone_number, country_code=None, description=None)[source]

Bases: obspy.core.util.base.ComparingObject

A simple object representing a phone number.

Attributes

__dict__
__doc__ str(object=’‘) -> string
__module__ str(object=’‘) -> string
__weakref__ list of weak references to the object (if defined)
phone_number
phone_pattern Compiled regular expression objects

Special Methods

__eq__
__init__
type area_code:Integer
__ne__

This Page