SpeciesEnumInfo ############### .. currentmodule:: pyarts3.arts .. autoclass:: SpeciesEnumInfo .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.SpeciesEnumInfo.readxml` - Read variable from file. * - Method - :func:`~pyarts3.arts.SpeciesEnumInfo.savexml` - Saves variable to file. * - Static Method - :func:`~pyarts3.arts.SpeciesEnumInfo.fromxml` - Create variable from file. * - :class:`int` - :attr:`~pyarts3.arts.SpeciesEnumInfo.enum_value` - The species enum value * - :class:`str` - :attr:`~pyarts3.arts.SpeciesEnumInfo.longname` - The long name of the species * - :class:`str` - :attr:`~pyarts3.arts.SpeciesEnumInfo.shortname` - The short name of the species * - Operator - :func:`~pyarts3.arts.SpeciesEnumInfo.__eq__` - __eq__(self, arg: pyarts3.arts.SpeciesEnumInfo, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesEnumInfo.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.SpeciesEnumInfo.__ge__` - __ge__(self, arg: pyarts3.arts.SpeciesEnumInfo, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesEnumInfo.__gt__` - __gt__(self, arg: pyarts3.arts.SpeciesEnumInfo, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesEnumInfo.__hash__` - __hash__(self) -> int * - Operator - :func:`~pyarts3.arts.SpeciesEnumInfo.__init__` - __init__(self, arg: pyarts3.arts.SpeciesEnumInfo) -> None * - Operator - :func:`~pyarts3.arts.SpeciesEnumInfo.__le__` - __le__(self, arg: pyarts3.arts.SpeciesEnumInfo, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesEnumInfo.__lt__` - __lt__(self, arg: pyarts3.arts.SpeciesEnumInfo, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesEnumInfo.__ne__` - __ne__(self, arg: pyarts3.arts.SpeciesEnumInfo, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesEnumInfo.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts3.arts.SpeciesEnumInfo.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: SpeciesEnumInfo.readxml .. automethod:: SpeciesEnumInfo.savexml .. rubric:: Static Methods .. automethod:: SpeciesEnumInfo.fromxml .. rubric:: Attributes .. attribute:: SpeciesEnumInfo.enum_value :type: int The species enum value .. :class:`int` .. attribute:: SpeciesEnumInfo.longname :type: str The long name of the species .. :class:`str` .. attribute:: SpeciesEnumInfo.shortname :type: str The short name of the species .. :class:`str` .. rubric:: Operators .. automethod:: SpeciesEnumInfo.__eq__ .. automethod:: SpeciesEnumInfo.__format__ .. automethod:: SpeciesEnumInfo.__ge__ .. automethod:: SpeciesEnumInfo.__gt__ .. automethod:: SpeciesEnumInfo.__hash__ .. automethod:: SpeciesEnumInfo.__init__ .. automethod:: SpeciesEnumInfo.__le__ .. automethod:: SpeciesEnumInfo.__lt__ .. automethod:: SpeciesEnumInfo.__ne__ .. automethod:: SpeciesEnumInfo.__repr__ .. automethod:: SpeciesEnumInfo.__str__