Method ###### .. currentmodule:: pyarts.arts .. autoclass:: Method .. rubric:: Overview .. list-table:: * - Attribute - :attr:`~pyarts.arts.Method.name` - The name of the method * - Attribute - :attr:`~pyarts.arts.Method.val` - The value (if any) of a set method * - Operator - :func:`~pyarts.arts.Method.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.Method.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.Method.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.Method.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts.arts.Method.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.Method.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.Method.__init__` - Overloaded function. * - Operator - :func:`~pyarts.arts.Method.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.Method.__lt__` - Return self str * - Operator - :func:`~pyarts.arts.Method.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Attributes .. autoattribute:: Method.name .. autoattribute:: Method.val .. rubric:: Operators .. automethod:: Method.__eq__ .. automethod:: Method.__format__ .. automethod:: Method.__ge__ .. automethod:: Method.__getstate__ .. automethod:: Method.__gt__ .. automethod:: Method.__hash__ .. automethod:: Method.__init__ .. automethod:: Method.__le__ .. automethod:: Method.__lt__ .. automethod:: Method.__ne__ .. automethod:: Method.__repr__ .. automethod:: Method.__str__