LineByLineVariable
##################

.. currentmodule:: pyarts.arts

.. autoclass:: LineByLineVariable

  .. rubric:: Overview

  .. list-table::

    * - Method
      - :func:`~pyarts.arts.LineByLineVariable.readxml`
      - Read variable from file
    * - Method
      - :func:`~pyarts.arts.LineByLineVariable.savexml`
      - Saves variable to file
    * - Static Method
      - :func:`~pyarts.arts.LineByLineVariable.fromxml`
      - Create variable from file
    * - Static Method
      - :func:`~pyarts.arts.LineByLineVariable.get_options`
      - Get a list of all options
    * - Static Method
      - :func:`~pyarts.arts.LineByLineVariable.get_options_as_strings`
      - Get a list of all options as strings
    * - Static Data
      - ``pyarts.arts.LineByLineVariable.a``
      - "a" - :class:`~LineByLineVariable`
    * - Static Data
      - ``pyarts.arts.LineByLineVariable.e0``
      - "e0" - :class:`~LineByLineVariable`
    * - Static Data
      - ``pyarts.arts.LineByLineVariable.f0``
      - "f0" - :class:`~LineByLineVariable`
    * - Operator
      - :func:`~pyarts.arts.LineByLineVariable.__eq__`
      - `self == other`
    * - Operator
      - :func:`~pyarts.arts.LineByLineVariable.__format__`
      - Default object formatter.
    * - Operator
      - :func:`~pyarts.arts.LineByLineVariable.__ge__`
      - `self >= other`
    * - Operator
      - :func:`~pyarts.arts.LineByLineVariable.__getstate__`
      - __getstate__(self) -> tuple[str]
    * - Operator
      - :func:`~pyarts.arts.LineByLineVariable.__gt__`
      - `self > other`
    * - Operator
      - :func:`~pyarts.arts.LineByLineVariable.__hash__`
      - Allows hashing
    * - Operator
      - :func:`~pyarts.arts.LineByLineVariable.__init__`
      - __init__(self, arg: str, /) -> None
    * - Operator
      - :func:`~pyarts.arts.LineByLineVariable.__le__`
      - `self <= other`
    * - Operator
      - :func:`~pyarts.arts.LineByLineVariable.__lt__`
      - `self < other`
    * - Operator
      - :func:`~pyarts.arts.LineByLineVariable.__ne__`
      - `self != other`
    * - Operator
      - :func:`~pyarts.arts.LineByLineVariable.__repr__`
      - __repr__(self) -> str
    * - Operator
      - :func:`~pyarts.arts.LineByLineVariable.__setstate__`
      - __setstate__(self, arg: tuple[str], /) -> None
    * - Operator
      - :func:`~pyarts.arts.LineByLineVariable.__str__`
      - __str__(self) -> str

  .. rubric:: Constructors

  .. automethod:: __init__
     :noindex:

  .. rubric:: Methods

  .. automethod:: LineByLineVariable.readxml
  .. automethod:: LineByLineVariable.savexml

  .. rubric:: Static Methods

  .. automethod:: LineByLineVariable.fromxml
  .. automethod:: LineByLineVariable.get_options
  .. automethod:: LineByLineVariable.get_options_as_strings

  .. rubric:: Operators

  .. automethod:: LineByLineVariable.__eq__
  .. automethod:: LineByLineVariable.__format__
  .. automethod:: LineByLineVariable.__ge__
  .. automethod:: LineByLineVariable.__getstate__
  .. automethod:: LineByLineVariable.__gt__
  .. automethod:: LineByLineVariable.__hash__
  .. automethod:: LineByLineVariable.__init__
  .. automethod:: LineByLineVariable.__le__
  .. automethod:: LineByLineVariable.__lt__
  .. automethod:: LineByLineVariable.__ne__
  .. automethod:: LineByLineVariable.__repr__
  .. automethod:: LineByLineVariable.__setstate__
  .. automethod:: LineByLineVariable.__str__