obspy.core.event.source.Tensor ============================== .. currentmodule:: obspy.core.event.source .. autoclass:: Tensor :show-inheritance: .. rubric:: Attributes .. autosummary:: :toctree: . :nosignatures: ~Tensor.defaults ~Tensor.do_not_warn_on ~Tensor.item ~Tensor.key ~Tensor.readonly ~Tensor.warn_on_non_default_key .. rubric:: Public Methods .. autosummary:: :toctree: . :nosignatures: ~Tensor.clear ~Tensor.copy ~Tensor.get ~Tensor.items ~Tensor.keys ~Tensor.pop ~Tensor.popitem ~Tensor.setdefault ~Tensor.update ~Tensor.values .. rubric:: Private Methods .. warning:: Private methods are mainly for internal/developer use and their API might change without notice. .. automethod:: Tensor._cast_type .. automethod:: Tensor._pretty_str .. automethod:: Tensor._repr_pretty_ .. rubric:: Special Methods .. automethod:: Tensor.__bool__ .. automethod:: Tensor.__contains__ .. automethod:: Tensor.__delattr__ .. automethod:: Tensor.__delitem__ .. automethod:: Tensor.__dir__ .. automethod:: Tensor.__eq__ .. automethod:: Tensor.__format__ .. automethod:: Tensor.__ge__ .. automethod:: Tensor.__getattr__ .. automethod:: Tensor.__getattribute__ .. automethod:: Tensor.__getitem__ .. automethod:: Tensor.__gt__ .. automethod:: Tensor.__init__ .. automethod:: Tensor.__init_subclass__ .. automethod:: Tensor.__iter__ .. automethod:: Tensor.__le__ .. automethod:: Tensor.__len__ .. automethod:: Tensor.__lt__ .. automethod:: Tensor.__ne__ .. automethod:: Tensor.__new__ .. automethod:: Tensor.__nonzero__ .. automethod:: Tensor.__reduce__ .. automethod:: Tensor.__reduce_ex__ .. automethod:: Tensor.__repr__ .. automethod:: Tensor.__setattr__ .. automethod:: Tensor.__setitem__ .. automethod:: Tensor.__sizeof__ .. automethod:: Tensor.__str__ .. automethod:: Tensor.__subclasshook__