obspy.core.inventory.util.Comment ================================= .. currentmodule:: obspy.core.inventory.util .. autoclass:: Comment :show-inheritance: .. rubric:: Attributes .. autosummary:: :toctree: . :nosignatures: ~Comment.authors ~Comment.begin_effective_time ~Comment.end_effective_time ~Comment.id ~Comment.value .. rubric:: Private Methods .. warning:: Private methods are mainly for internal/developer use and their API might change without notice. .. automethod:: Comment._repr_pretty_ .. rubric:: Special Methods .. automethod:: Comment.__delattr__ .. automethod:: Comment.__dir__ .. automethod:: Comment.__eq__ .. automethod:: Comment.__format__ .. automethod:: Comment.__ge__ .. automethod:: Comment.__getattribute__ .. automethod:: Comment.__gt__ .. automethod:: Comment.__init__ .. automethod:: Comment.__init_subclass__ .. automethod:: Comment.__le__ .. automethod:: Comment.__lt__ .. automethod:: Comment.__ne__ .. automethod:: Comment.__new__ .. automethod:: Comment.__reduce__ .. automethod:: Comment.__reduce_ex__ .. automethod:: Comment.__repr__ .. automethod:: Comment.__setattr__ .. automethod:: Comment.__sizeof__ .. automethod:: Comment.__str__ .. automethod:: Comment.__subclasshook__