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