LineByLineLineshape ################### .. currentmodule:: pyarts.arts .. autoclass:: LineByLineLineshape .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.LineByLineLineshape.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.LineByLineLineshape.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.LineByLineLineshape.fromxml` - Create variable from file * - Static Method - :func:`~pyarts.arts.LineByLineLineshape.get_options` - Get a list of all options * - Static Method - :func:`~pyarts.arts.LineByLineLineshape.get_options_as_strings` - Get a list of all options as strings * - Static Data - ``pyarts.arts.LineByLineLineshape.VP_ECS_HARTMANN`` - "VP_ECS_HARTMANN" - :class:`~LineByLineLineshape` * - Static Data - ``pyarts.arts.LineByLineLineshape.VP_ECS_MAKAROV`` - "VP_ECS_MAKAROV" - :class:`~LineByLineLineshape` * - Static Data - ``pyarts.arts.LineByLineLineshape.VP_LINE_NLTE`` - "VP_LINE_NLTE" - :class:`~LineByLineLineshape` * - Static Data - ``pyarts.arts.LineByLineLineshape.VP_LTE`` - "VP_LTE" - :class:`~LineByLineLineshape` * - Static Data - ``pyarts.arts.LineByLineLineshape.VP_LTE_MIRROR`` - "VP_LTE_MIRROR" - :class:`~LineByLineLineshape` * - Operator - :func:`~pyarts.arts.LineByLineLineshape.__eq__` - `self == other` * - Operator - :func:`~pyarts.arts.LineByLineLineshape.__format__` - Default object formatter. * - Operator - :func:`~pyarts.arts.LineByLineLineshape.__ge__` - `self >= other` * - Operator - :func:`~pyarts.arts.LineByLineLineshape.__getstate__` - __getstate__(self) -> tuple[str] * - Operator - :func:`~pyarts.arts.LineByLineLineshape.__gt__` - `self > other` * - Operator - :func:`~pyarts.arts.LineByLineLineshape.__hash__` - Allows hashing * - Operator - :func:`~pyarts.arts.LineByLineLineshape.__init__` - __init__(self, arg: str, /) -> None * - Operator - :func:`~pyarts.arts.LineByLineLineshape.__le__` - `self <= other` * - Operator - :func:`~pyarts.arts.LineByLineLineshape.__lt__` - `self < other` * - Operator - :func:`~pyarts.arts.LineByLineLineshape.__ne__` - `self != other` * - Operator - :func:`~pyarts.arts.LineByLineLineshape.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts.arts.LineByLineLineshape.__setstate__` - __setstate__(self, arg: tuple[str], /) -> None * - Operator - :func:`~pyarts.arts.LineByLineLineshape.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: LineByLineLineshape.readxml .. automethod:: LineByLineLineshape.savexml .. rubric:: Static Methods .. automethod:: LineByLineLineshape.fromxml .. automethod:: LineByLineLineshape.get_options .. automethod:: LineByLineLineshape.get_options_as_strings .. rubric:: Operators .. automethod:: LineByLineLineshape.__eq__ .. automethod:: LineByLineLineshape.__format__ .. automethod:: LineByLineLineshape.__ge__ .. automethod:: LineByLineLineshape.__getstate__ .. automethod:: LineByLineLineshape.__gt__ .. automethod:: LineByLineLineshape.__hash__ .. automethod:: LineByLineLineshape.__init__ .. automethod:: LineByLineLineshape.__le__ .. automethod:: LineByLineLineshape.__lt__ .. automethod:: LineByLineLineshape.__ne__ .. automethod:: LineByLineLineshape.__repr__ .. automethod:: LineByLineLineshape.__setstate__ .. automethod:: LineByLineLineshape.__str__