PartitionFunctionsType ###################### .. currentmodule:: pyarts.arts .. autoclass:: PartitionFunctionsType .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.PartitionFunctionsType.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.PartitionFunctionsType.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.PartitionFunctionsType.fromxml` - Create variable from file * - Static Method - :func:`~pyarts.arts.PartitionFunctionsType.get_options` - Get a list of all options * - Static Method - :func:`~pyarts.arts.PartitionFunctionsType.get_options_as_strings` - Get a list of all options as strings * - Static Data - ``pyarts.arts.PartitionFunctionsType.Coeff`` - "Coeff" - :class:`~PartitionFunctionsType` * - Static Data - ``pyarts.arts.PartitionFunctionsType.Interp`` - "Interp" - :class:`~PartitionFunctionsType` * - Static Data - ``pyarts.arts.PartitionFunctionsType.StaticInterp`` - "StaticInterp" - :class:`~PartitionFunctionsType` * - Operator - :func:`~pyarts.arts.PartitionFunctionsType.__eq__` - `self == other` * - Operator - :func:`~pyarts.arts.PartitionFunctionsType.__format__` - Default object formatter. * - Operator - :func:`~pyarts.arts.PartitionFunctionsType.__ge__` - `self >= other` * - Operator - :func:`~pyarts.arts.PartitionFunctionsType.__getstate__` - __getstate__(self) -> tuple[str] * - Operator - :func:`~pyarts.arts.PartitionFunctionsType.__gt__` - `self > other` * - Operator - :func:`~pyarts.arts.PartitionFunctionsType.__hash__` - Allows hashing * - Operator - :func:`~pyarts.arts.PartitionFunctionsType.__init__` - __init__(self, arg: str, /) -> None * - Operator - :func:`~pyarts.arts.PartitionFunctionsType.__le__` - `self <= other` * - Operator - :func:`~pyarts.arts.PartitionFunctionsType.__lt__` - `self < other` * - Operator - :func:`~pyarts.arts.PartitionFunctionsType.__ne__` - `self != other` * - Operator - :func:`~pyarts.arts.PartitionFunctionsType.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts.arts.PartitionFunctionsType.__setstate__` - __setstate__(self, arg: tuple[str], /) -> None * - Operator - :func:`~pyarts.arts.PartitionFunctionsType.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: PartitionFunctionsType.readxml .. automethod:: PartitionFunctionsType.savexml .. rubric:: Static Methods .. automethod:: PartitionFunctionsType.fromxml .. automethod:: PartitionFunctionsType.get_options .. automethod:: PartitionFunctionsType.get_options_as_strings .. rubric:: Operators .. automethod:: PartitionFunctionsType.__eq__ .. automethod:: PartitionFunctionsType.__format__ .. automethod:: PartitionFunctionsType.__ge__ .. automethod:: PartitionFunctionsType.__getstate__ .. automethod:: PartitionFunctionsType.__gt__ .. automethod:: PartitionFunctionsType.__hash__ .. automethod:: PartitionFunctionsType.__init__ .. automethod:: PartitionFunctionsType.__le__ .. automethod:: PartitionFunctionsType.__lt__ .. automethod:: PartitionFunctionsType.__ne__ .. automethod:: PartitionFunctionsType.__repr__ .. automethod:: PartitionFunctionsType.__setstate__ .. automethod:: PartitionFunctionsType.__str__