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