obspy.core.util.obspy\_types.ComplexWithUncertainties ===================================================== .. currentmodule:: obspy.core.util.obspy_types .. autoclass:: ComplexWithUncertainties :show-inheritance: .. rubric:: Attributes .. autosummary:: :toctree: . :nosignatures: ~ComplexWithUncertainties.imag ~ComplexWithUncertainties.lower_uncertainty ~ComplexWithUncertainties.real ~ComplexWithUncertainties.upper_uncertainty .. rubric:: Public Methods .. autosummary:: :toctree: . :nosignatures: ~ComplexWithUncertainties.conjugate .. rubric:: Private Methods .. warning:: Private methods are mainly for internal/developer use and their API might change without notice. .. automethod:: ComplexWithUncertainties._attr .. automethod:: ComplexWithUncertainties._uncertainty .. rubric:: Special Methods .. automethod:: ComplexWithUncertainties.__abs__ .. automethod:: ComplexWithUncertainties.__add__ .. automethod:: ComplexWithUncertainties.__bool__ .. automethod:: ComplexWithUncertainties.__delattr__ .. automethod:: ComplexWithUncertainties.__dir__ .. automethod:: ComplexWithUncertainties.__divmod__ .. automethod:: ComplexWithUncertainties.__eq__ .. automethod:: ComplexWithUncertainties.__float__ .. automethod:: ComplexWithUncertainties.__floordiv__ .. automethod:: ComplexWithUncertainties.__format__ .. automethod:: ComplexWithUncertainties.__ge__ .. automethod:: ComplexWithUncertainties.__getattribute__ .. automethod:: ComplexWithUncertainties.__getnewargs__ .. automethod:: ComplexWithUncertainties.__gt__ .. automethod:: ComplexWithUncertainties.__hash__ .. automethod:: ComplexWithUncertainties.__iadd__ .. automethod:: ComplexWithUncertainties.__imul__ .. automethod:: ComplexWithUncertainties.__init__ .. automethod:: ComplexWithUncertainties.__init_subclass__ .. automethod:: ComplexWithUncertainties.__int__ .. automethod:: ComplexWithUncertainties.__le__ .. automethod:: ComplexWithUncertainties.__lt__ .. automethod:: ComplexWithUncertainties.__mod__ .. automethod:: ComplexWithUncertainties.__mul__ .. automethod:: ComplexWithUncertainties.__ne__ .. automethod:: ComplexWithUncertainties.__neg__ .. automethod:: ComplexWithUncertainties.__new__ .. automethod:: ComplexWithUncertainties.__pos__ .. automethod:: ComplexWithUncertainties.__pow__ .. automethod:: ComplexWithUncertainties.__radd__ .. automethod:: ComplexWithUncertainties.__rdivmod__ .. automethod:: ComplexWithUncertainties.__reduce__ .. automethod:: ComplexWithUncertainties.__reduce_ex__ .. automethod:: ComplexWithUncertainties.__repr__ .. automethod:: ComplexWithUncertainties.__rfloordiv__ .. automethod:: ComplexWithUncertainties.__rmod__ .. automethod:: ComplexWithUncertainties.__rmul__ .. automethod:: ComplexWithUncertainties.__rpow__ .. automethod:: ComplexWithUncertainties.__rsub__ .. automethod:: ComplexWithUncertainties.__rtruediv__ .. automethod:: ComplexWithUncertainties.__setattr__ .. automethod:: ComplexWithUncertainties.__sizeof__ .. automethod:: ComplexWithUncertainties.__str__ .. automethod:: ComplexWithUncertainties.__sub__ .. automethod:: ComplexWithUncertainties.__subclasshook__ .. automethod:: ComplexWithUncertainties.__truediv__