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