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