Wsv ### .. currentmodule:: pyarts.arts .. autoclass:: Wsv .. rubric:: Overview .. list-table:: * - Attribute - :attr:`~pyarts.arts.Wsv.value` - A workspace variable * - Operator - :func:`~pyarts.arts.Wsv.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.Wsv.__format__` - __format__(self, arg: object, /) -> object * - Operator - :func:`~pyarts.arts.Wsv.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.Wsv.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts.arts.Wsv.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.Wsv.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.Wsv.__init__` - Initialize self. See help(type(self)) for accurate signature. * - Operator - :func:`~pyarts.arts.Wsv.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.Wsv.__lt__` - Return self object * - Operator - :func:`~pyarts.arts.Wsv.__str__` - __str__(self) -> object .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Attributes .. autoattribute:: Wsv.value .. 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__