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