Block ##### .. currentmodule:: pyarts.arts .. autoclass:: Block .. rubric:: Overview .. list-table:: * - Attribute - :attr:`~pyarts.arts.Block.matrix` - :class:`~pyarts.arts.Matrix` or :class:`~pyarts.arts.Sparse` The matrix held inside the instance * - Operator - :func:`~pyarts.arts.Block.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.Block.__format__` - Default object formatter. * - Operator - :func:`~pyarts.arts.Block.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.Block.__getstate__` - __getstate__(self) -> tuple[pyarts.arts.Range, pyarts.arts.Range, tuple[int, int], pyarts.arts.Matrix | pyarts.arts.Sparse] * - Operator - :func:`~pyarts.arts.Block.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.Block.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.Block.__init__` - Overloaded function. * - Operator - :func:`~pyarts.arts.Block.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.Block.__lt__` - Return self None * - Operator - :func:`~pyarts.arts.Block.__str__` - Return str(self). .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Attributes .. autoattribute:: Block.matrix .. rubric:: Operators .. automethod:: Block.__eq__ .. automethod:: Block.__format__ .. automethod:: Block.__ge__ .. automethod:: Block.__getstate__ .. automethod:: Block.__gt__ .. automethod:: Block.__hash__ .. automethod:: Block.__init__ .. automethod:: Block.__le__ .. automethod:: Block.__lt__ .. automethod:: Block.__ne__ .. automethod:: Block.__repr__ .. automethod:: Block.__setstate__ .. automethod:: Block.__str__