AbsorptionLookupTables ###################### .. currentmodule:: pyarts.arts .. autoclass:: AbsorptionLookupTables .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.AbsorptionLookupTables.clear` - Remove all items * - Method - :func:`~pyarts.arts.AbsorptionLookupTables.items` - Returns an iterable view of the map's items. * - Method - :func:`~pyarts.arts.AbsorptionLookupTables.keys` - Returns an iterable view of the map's keys. * - Method - :func:`~pyarts.arts.AbsorptionLookupTables.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.AbsorptionLookupTables.savexml` - Saves variable to file * - Method - :func:`~pyarts.arts.AbsorptionLookupTables.update` - Update the map with element from `arg` * - Method - :func:`~pyarts.arts.AbsorptionLookupTables.values` - Returns an iterable view of the map's values. * - Static Method - :func:`~pyarts.arts.AbsorptionLookupTables.fromxml` - Create variable from file * - Static Data - ``pyarts.arts.AbsorptionLookupTables.ItemView`` - - :class:`~nb_type_0` * - Static Data - ``pyarts.arts.AbsorptionLookupTables.KeyView`` - - :class:`~nb_type_0` * - Static Data - ``pyarts.arts.AbsorptionLookupTables.ValueView`` - - :class:`~nb_type_0` * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__contains__` - __contains__(self, arg: object, /) -> bool * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__delitem__` - __delitem__(self, arg: pyarts.arts.SpeciesEnum, /) -> None * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__getitem__` - __getitem__(self, arg: pyarts.arts.SpeciesEnum, /) -> pyarts.arts.AbsorptionLookupTable * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__init__` - Overloaded function. * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__iter__` - __iter__(self) -> collections.abc.Iterator[pyarts.arts.SpeciesEnum] * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__len__` - __len__(self) -> int * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__lt__` - Return self str * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__setitem__` - __setitem__(self, arg0: pyarts.arts.SpeciesEnum, arg1: pyarts.arts.AbsorptionLookupTable, /) -> None * - Operator - :func:`~pyarts.arts.AbsorptionLookupTables.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: AbsorptionLookupTables.clear .. automethod:: AbsorptionLookupTables.items .. automethod:: AbsorptionLookupTables.keys .. automethod:: AbsorptionLookupTables.readxml .. automethod:: AbsorptionLookupTables.savexml .. automethod:: AbsorptionLookupTables.update .. automethod:: AbsorptionLookupTables.values .. rubric:: Static Methods .. automethod:: AbsorptionLookupTables.fromxml .. rubric:: Operators .. automethod:: AbsorptionLookupTables.__contains__ .. automethod:: AbsorptionLookupTables.__delitem__ .. automethod:: AbsorptionLookupTables.__eq__ .. automethod:: AbsorptionLookupTables.__format__ .. automethod:: AbsorptionLookupTables.__ge__ .. automethod:: AbsorptionLookupTables.__getitem__ .. automethod:: AbsorptionLookupTables.__getstate__ .. automethod:: AbsorptionLookupTables.__gt__ .. automethod:: AbsorptionLookupTables.__hash__ .. automethod:: AbsorptionLookupTables.__init__ .. automethod:: AbsorptionLookupTables.__iter__ .. automethod:: AbsorptionLookupTables.__le__ .. automethod:: AbsorptionLookupTables.__len__ .. automethod:: AbsorptionLookupTables.__lt__ .. automethod:: AbsorptionLookupTables.__ne__ .. automethod:: AbsorptionLookupTables.__repr__ .. automethod:: AbsorptionLookupTables.__setitem__ .. automethod:: AbsorptionLookupTables.__str__