obspy.io.xseed.fields.Field =========================== .. currentmodule:: obspy.io.xseed.fields .. autoclass:: Field :show-inheritance: .. rubric:: Public Methods .. autosummary:: :toctree: . :nosignatures: ~Field.convert ~Field.get_seed ~Field.get_xml ~Field.parse_seed ~Field.parse_xml .. rubric:: Private Methods .. warning:: Private methods are mainly for internal/developer use and their API might change without notice. .. automethod:: Field._format_string .. automethod:: Field._repr_pretty_ .. rubric:: Special Methods .. automethod:: Field.__delattr__ .. automethod:: Field.__dir__ .. automethod:: Field.__eq__ .. automethod:: Field.__format__ .. automethod:: Field.__ge__ .. automethod:: Field.__getattribute__ .. automethod:: Field.__gt__ .. automethod:: Field.__hash__ .. automethod:: Field.__init__ .. automethod:: Field.__init_subclass__ .. automethod:: Field.__le__ .. automethod:: Field.__lt__ .. automethod:: Field.__ne__ .. automethod:: Field.__new__ .. automethod:: Field.__reduce__ .. automethod:: Field.__reduce_ex__ .. automethod:: Field.__repr__ .. automethod:: Field.__setattr__ .. automethod:: Field.__sizeof__ .. automethod:: Field.__str__ .. automethod:: Field.__subclasshook__