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