ArrayOfSpeciesIsotope ##################### .. currentmodule:: pyarts.arts .. autoclass:: ArrayOfSpeciesIsotope .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.append` - Append `arg` to the end of the list. * - Method - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.clear` - Remove all items from list. * - Method - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.count` - Return number of occurrences of `arg`. * - Method - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.extend` - Extend `self` by appending elements from `arg`. * - Method - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.insert` - Insert object `arg1` before index `arg0`. * - Method - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.pop` - Remove and return item at `index` (default last). * - Method - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.remove` - Remove first occurrence of `arg`. * - Method - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.fromxml` - Create variable from file * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__contains__` - __contains__(self, arg: object, /) -> bool * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__delitem__` - __delitem__(self, arg: slice, /) -> None * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__eq__` - __eq__(self, arg: object, /) -> bool * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__getitem__` - __getitem__(self, arg: slice, /) -> pyarts.arts.ArrayOfSpeciesIsotope * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__getstate__` - __getstate__(self) -> tuple[pyarts.arts.ArrayOfSpeciesIsotope] * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__init__` - Overloaded function. * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__iter__` - __iter__(self) -> collections.abc.Iterator[pyarts.arts.SpeciesIsotope] * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__len__` - __len__(self) -> int * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__lt__` - Return self bool * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__setitem__` - __setitem__(self, arg0: slice, arg1: pyarts.arts.ArrayOfSpeciesIsotope, /) -> None * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__setstate__` - __setstate__(self, arg: tuple[pyarts.arts.ArrayOfSpeciesIsotope]) -> None * - Operator - :func:`~pyarts.arts.ArrayOfSpeciesIsotope.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: ArrayOfSpeciesIsotope.append .. automethod:: ArrayOfSpeciesIsotope.clear .. automethod:: ArrayOfSpeciesIsotope.count .. automethod:: ArrayOfSpeciesIsotope.extend .. automethod:: ArrayOfSpeciesIsotope.insert .. automethod:: ArrayOfSpeciesIsotope.pop .. automethod:: ArrayOfSpeciesIsotope.readxml .. automethod:: ArrayOfSpeciesIsotope.remove .. automethod:: ArrayOfSpeciesIsotope.savexml .. rubric:: Static Methods .. automethod:: ArrayOfSpeciesIsotope.fromxml .. rubric:: Operators .. automethod:: ArrayOfSpeciesIsotope.__contains__ .. automethod:: ArrayOfSpeciesIsotope.__delitem__ .. automethod:: ArrayOfSpeciesIsotope.__eq__ .. automethod:: ArrayOfSpeciesIsotope.__format__ .. automethod:: ArrayOfSpeciesIsotope.__ge__ .. automethod:: ArrayOfSpeciesIsotope.__getitem__ .. automethod:: ArrayOfSpeciesIsotope.__getstate__ .. automethod:: ArrayOfSpeciesIsotope.__gt__ .. automethod:: ArrayOfSpeciesIsotope.__hash__ .. automethod:: ArrayOfSpeciesIsotope.__init__ .. automethod:: ArrayOfSpeciesIsotope.__iter__ .. automethod:: ArrayOfSpeciesIsotope.__le__ .. automethod:: ArrayOfSpeciesIsotope.__len__ .. automethod:: ArrayOfSpeciesIsotope.__lt__ .. automethod:: ArrayOfSpeciesIsotope.__ne__ .. automethod:: ArrayOfSpeciesIsotope.__repr__ .. automethod:: ArrayOfSpeciesIsotope.__setitem__ .. automethod:: ArrayOfSpeciesIsotope.__setstate__ .. automethod:: ArrayOfSpeciesIsotope.__str__