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