SpeciesEnumPair ############### .. currentmodule:: pyarts3.arts .. autoclass:: SpeciesEnumPair .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.SpeciesEnumPair.readxml` - Read variable from file. * - Method - :func:`~pyarts3.arts.SpeciesEnumPair.savexml` - Saves variable to file. * - Static Method - :func:`~pyarts3.arts.SpeciesEnumPair.fromxml` - Create variable from file. * - :class:`~pyarts3.arts.SpeciesEnum` - :attr:`~pyarts3.arts.SpeciesEnumPair.spec1` - First species * - :class:`~pyarts3.arts.SpeciesEnum` - :attr:`~pyarts3.arts.SpeciesEnumPair.spec2` - Second species * - Operator - :func:`~pyarts3.arts.SpeciesEnumPair.__eq__` - __eq__(self, arg: pyarts3.arts.SpeciesEnumPair, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesEnumPair.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.SpeciesEnumPair.__ge__` - __ge__(self, arg: pyarts3.arts.SpeciesEnumPair, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesEnumPair.__gt__` - __gt__(self, arg: pyarts3.arts.SpeciesEnumPair, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesEnumPair.__hash__` - __hash__(self) -> int * - Operator - :func:`~pyarts3.arts.SpeciesEnumPair.__init__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.SpeciesEnumPair.__le__` - __le__(self, arg: pyarts3.arts.SpeciesEnumPair, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesEnumPair.__lt__` - __lt__(self, arg: pyarts3.arts.SpeciesEnumPair, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesEnumPair.__ne__` - __ne__(self, arg: pyarts3.arts.SpeciesEnumPair, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesEnumPair.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts3.arts.SpeciesEnumPair.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: SpeciesEnumPair.readxml .. automethod:: SpeciesEnumPair.savexml .. rubric:: Static Methods .. automethod:: SpeciesEnumPair.fromxml .. rubric:: Attributes .. attribute:: SpeciesEnumPair.spec1 :type: ~pyarts3.arts.SpeciesEnum First species .. :class:`~pyarts3.arts.SpeciesEnum` .. attribute:: SpeciesEnumPair.spec2 :type: ~pyarts3.arts.SpeciesEnum Second species .. :class:`~pyarts3.arts.SpeciesEnum` .. rubric:: Operators .. automethod:: SpeciesEnumPair.__eq__ .. automethod:: SpeciesEnumPair.__format__ .. automethod:: SpeciesEnumPair.__ge__ .. automethod:: SpeciesEnumPair.__gt__ .. automethod:: SpeciesEnumPair.__hash__ .. automethod:: SpeciesEnumPair.__init__ .. automethod:: SpeciesEnumPair.__le__ .. automethod:: SpeciesEnumPair.__lt__ .. automethod:: SpeciesEnumPair.__ne__ .. automethod:: SpeciesEnumPair.__repr__ .. automethod:: SpeciesEnumPair.__str__