obspy.taup.helper\_classes.DepthRange ===================================== .. currentmodule:: obspy.taup.helper_classes .. autoclass:: DepthRange :show-inheritance: .. rubric:: Private Methods .. warning:: Private methods are mainly for internal/developer use and their API might change without notice. .. automethod:: DepthRange._from_array .. automethod:: DepthRange._to_array .. rubric:: Special Methods .. automethod:: DepthRange.__delattr__ .. automethod:: DepthRange.__dir__ .. automethod:: DepthRange.__eq__ .. automethod:: DepthRange.__format__ .. automethod:: DepthRange.__ge__ .. automethod:: DepthRange.__getattribute__ .. automethod:: DepthRange.__gt__ .. automethod:: DepthRange.__hash__ .. automethod:: DepthRange.__init__ .. automethod:: DepthRange.__init_subclass__ .. automethod:: DepthRange.__le__ .. automethod:: DepthRange.__lt__ .. automethod:: DepthRange.__ne__ .. automethod:: DepthRange.__new__ .. automethod:: DepthRange.__reduce__ .. automethod:: DepthRange.__reduce_ex__ .. automethod:: DepthRange.__repr__ .. automethod:: DepthRange.__setattr__ .. automethod:: DepthRange.__sizeof__ .. automethod:: DepthRange.__str__ .. automethod:: DepthRange.__subclasshook__