LineShapeModelMap
- class pyarts3.arts.lbl.LineShapeModelMap(*args, **kwargs)
A map from species to species line shape models
Overview
Method
Remove all items
Method
Returns an iterable view of the map’s items.
Method
Returns an iterable view of the map’s keys.
Method
Update the map with element from arg
Method
Returns an iterable view of the map’s values.
Static Data
pyarts3.arts.lbl.LineShapeModelMap.ItemView
<class ‘pyarts3.arts.lbl.LineShapeModelMap.ItemView’> (
nb_type_0
)Static Data
pyarts3.arts.lbl.LineShapeModelMap.KeyView
<class ‘pyarts3.arts.lbl.LineShapeModelMap.KeyView’> (
nb_type_0
)Static Data
pyarts3.arts.lbl.LineShapeModelMap.ValueView
<class ‘pyarts3.arts.lbl.LineShapeModelMap.ValueView’> (
nb_type_0
)Operator
__contains__(self, arg: object, /) -> bool
Operator
__delitem__(self, arg: pyarts3.arts.SpeciesEnum, /) -> None
Operator
Return self==value.
Operator
__format__(self, arg: str, /) -> str
Operator
Return self>=value.
Operator
__getitem__(self, arg: pyarts3.arts.SpeciesEnum, /) -> pyarts3.arts.LineShapeSpeciesModel
Operator
Helper for pickle.
Operator
Return self>value.
Operator
Return hash(self).
Operator
Overloaded function.
Operator
__iter__(self) -> collections.abc.Iterator[pyarts3.arts.SpeciesEnum]
Operator
Return self<=value.
Operator
__len__(self) -> int
Operator
Return self<value.
Operator
Return self!=value.
Operator
__repr__(self) -> str
Operator
__setitem__(self, arg0: pyarts3.arts.SpeciesEnum, arg1: pyarts3.arts.LineShapeSpeciesModel, /) -> None
Operator
__str__(self) -> str
Constructors
- __init__(self) None
- __init__(self, arg: pyarts3.arts.lbl.LineShapeModelMap) None
- __init__(self, arg: dict[pyarts3.arts.SpeciesEnum, pyarts3.arts.LineShapeSpeciesModel], /) None
- __init__(self) None
- __init__(self, arg: pyarts3.arts.lbl.LineShapeModelMap) None
Overloaded function.
__init__(self) -> None
Default constructor
__init__(self, arg: pyarts3.arts.lbl.LineShapeModelMap) -> None
Copy constructor
__init__(self, arg: dict[pyarts3.arts.SpeciesEnum, pyarts3.arts.LineShapeSpeciesModel], /) -> None
Construct from a dictionary
__init__(self) -> None
__init__(self, arg: pyarts3.arts.lbl.LineShapeModelMap) -> None
Methods
- items(self) pyarts3.arts.lbl.LineShapeModelMap.ItemView
Returns an iterable view of the map’s items.
- keys(self) pyarts3.arts.lbl.LineShapeModelMap.KeyView
Returns an iterable view of the map’s keys.
- update(self, arg: pyarts3.arts.lbl.LineShapeModelMap, /) None
Update the map with element from arg
- values(self) pyarts3.arts.lbl.LineShapeModelMap.ValueView
Returns an iterable view of the map’s values.
Operators
- __contains__(self, arg: pyarts3.arts.SpeciesEnum, /) bool
- __contains__(self, arg: object, /) bool
- __delitem__(self, arg: pyarts3.arts.SpeciesEnum, /) None
- __eq__(value, /)
Return self==value.
- __ge__(value, /)
Return self>=value.
- __getitem__(self, arg: pyarts3.arts.SpeciesEnum, /) pyarts3.arts.LineShapeSpeciesModel
- __getstate__()
Helper for pickle.
- __gt__(value, /)
Return self>value.
- __hash__()
Return hash(self).
- __init__(self) None
- __init__(self, arg: pyarts3.arts.lbl.LineShapeModelMap) None
- __init__(self, arg: dict[pyarts3.arts.SpeciesEnum, pyarts3.arts.LineShapeSpeciesModel], /) None
- __init__(self) None
- __init__(self, arg: pyarts3.arts.lbl.LineShapeModelMap) None
Overloaded function.
__init__(self) -> None
Default constructor
__init__(self, arg: pyarts3.arts.lbl.LineShapeModelMap) -> None
Copy constructor
__init__(self, arg: dict[pyarts3.arts.SpeciesEnum, pyarts3.arts.LineShapeSpeciesModel], /) -> None
Construct from a dictionary
__init__(self) -> None
__init__(self, arg: pyarts3.arts.lbl.LineShapeModelMap) -> None
- __iter__(self) collections.abc.Iterator[pyarts3.arts.SpeciesEnum]
- __le__(value, /)
Return self<=value.
- __lt__(value, /)
Return self<value.
- __ne__(value, /)
Return self!=value.
- __setitem__(self, arg0: pyarts3.arts.SpeciesEnum, arg1: pyarts3.arts.LineShapeSpeciesModel, /) None