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