HitranFileFormatType #################### .. currentmodule:: pyarts3.arts .. autoclass:: HitranFileFormatType .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.HitranFileFormatType.readxml` - Read variable from file. * - Method - :func:`~pyarts3.arts.HitranFileFormatType.savexml` - Saves variable to file. * - Static Method - :func:`~pyarts3.arts.HitranFileFormatType.fromxml` - Create variable from file. * - Static Method - :func:`~pyarts3.arts.HitranFileFormatType.get_options` - Get a list of all options * - Static Method - :func:`~pyarts3.arts.HitranFileFormatType.get_options_as_strings` - Get a list of all options as strings * - Static Data - ``pyarts3.arts.HitranFileFormatType.X`` - "unknown" (:class:`~HitranFileFormatType`) * - Static Data - ``pyarts3.arts.HitranFileFormatType.par`` - "par" (:class:`~HitranFileFormatType`) * - Static Data - ``pyarts3.arts.HitranFileFormatType.par_line`` - "par" (:class:`~HitranFileFormatType`) * - Static Data - ``pyarts3.arts.HitranFileFormatType.qnsp`` - "statep" (:class:`~HitranFileFormatType`) * - Static Data - ``pyarts3.arts.HitranFileFormatType.qnspp`` - "statepp" (:class:`~HitranFileFormatType`) * - Static Data - ``pyarts3.arts.HitranFileFormatType.statep`` - "statep" (:class:`~HitranFileFormatType`) * - Static Data - ``pyarts3.arts.HitranFileFormatType.statepp`` - "statepp" (:class:`~HitranFileFormatType`) * - Static Data - ``pyarts3.arts.HitranFileFormatType.unknown`` - "unknown" (:class:`~HitranFileFormatType`) * - Operator - :func:`~pyarts3.arts.HitranFileFormatType.__eq__` - `self == other` * - Operator - :func:`~pyarts3.arts.HitranFileFormatType.__format__` - Default object formatter. * - Operator - :func:`~pyarts3.arts.HitranFileFormatType.__ge__` - `self >= other` * - Operator - :func:`~pyarts3.arts.HitranFileFormatType.__gt__` - `self > other` * - Operator - :func:`~pyarts3.arts.HitranFileFormatType.__hash__` - Allows hashing * - Operator - :func:`~pyarts3.arts.HitranFileFormatType.__init__` - __init__(self, arg: str, /) -> None * - Operator - :func:`~pyarts3.arts.HitranFileFormatType.__le__` - `self <= other` * - Operator - :func:`~pyarts3.arts.HitranFileFormatType.__lt__` - `self < other` * - Operator - :func:`~pyarts3.arts.HitranFileFormatType.__ne__` - `self != other` * - Operator - :func:`~pyarts3.arts.HitranFileFormatType.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts3.arts.HitranFileFormatType.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: HitranFileFormatType.readxml .. automethod:: HitranFileFormatType.savexml .. rubric:: Static Methods .. automethod:: HitranFileFormatType.fromxml .. automethod:: HitranFileFormatType.get_options .. automethod:: HitranFileFormatType.get_options_as_strings .. rubric:: Operators .. automethod:: HitranFileFormatType.__eq__ .. automethod:: HitranFileFormatType.__format__ .. automethod:: HitranFileFormatType.__ge__ .. automethod:: HitranFileFormatType.__gt__ .. automethod:: HitranFileFormatType.__hash__ .. automethod:: HitranFileFormatType.__init__ .. automethod:: HitranFileFormatType.__le__ .. automethod:: HitranFileFormatType.__lt__ .. automethod:: HitranFileFormatType.__ne__ .. automethod:: HitranFileFormatType.__repr__ .. automethod:: HitranFileFormatType.__str__