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