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