SubsurfacePoint ############### .. currentmodule:: pyarts3.arts .. autoclass:: SubsurfacePoint .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.SubsurfacePoint.readxml` - Read variable from file * - Method - :func:`~pyarts3.arts.SubsurfacePoint.savexml` - Saves variable to file * - Static Method - :func:`~pyarts3.arts.SubsurfacePoint.fromxml` - Create variable from file * - Operator - :func:`~pyarts3.arts.SubsurfacePoint.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.SubsurfacePoint.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.SubsurfacePoint.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.SubsurfacePoint.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts3.arts.SubsurfacePoint.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.SubsurfacePoint.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.SubsurfacePoint.__init__` - __init__(self, arg: pyarts3.arts.SubsurfacePoint) -> None * - Operator - :func:`~pyarts3.arts.SubsurfacePoint.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.SubsurfacePoint.__lt__` - Return self str * - Operator - :func:`~pyarts3.arts.SubsurfacePoint.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: SubsurfacePoint.readxml .. automethod:: SubsurfacePoint.savexml .. rubric:: Static Methods .. automethod:: SubsurfacePoint.fromxml .. rubric:: Operators .. automethod:: SubsurfacePoint.__eq__ .. automethod:: SubsurfacePoint.__format__ .. automethod:: SubsurfacePoint.__ge__ .. automethod:: SubsurfacePoint.__getstate__ .. automethod:: SubsurfacePoint.__gt__ .. automethod:: SubsurfacePoint.__hash__ .. automethod:: SubsurfacePoint.__init__ .. automethod:: SubsurfacePoint.__le__ .. automethod:: SubsurfacePoint.__lt__ .. automethod:: SubsurfacePoint.__ne__ .. automethod:: SubsurfacePoint.__repr__ .. automethod:: SubsurfacePoint.__str__