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