WorkspaceMethodInternalRecord ############################# .. currentmodule:: pyarts.arts.globals .. autoclass:: WorkspaceMethodInternalRecord .. rubric:: Overview .. list-table:: * - Attribute - :attr:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.author` - Authors * - Attribute - :attr:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.desc` - Description * - Attribute - :attr:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.gin` - Generic input * - Attribute - :attr:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.gin_desc` - Generic input description * - Attribute - :attr:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.gin_type` - Generic input type * - Attribute - :attr:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.gin_value` - Generic input default value * - Attribute - :attr:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.gout` - Generic output * - Attribute - :attr:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.gout_desc` - Generic output description * - Attribute - :attr:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.gout_type` - Generic output type * - Attribute - :attr:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.input` - Inputs * - Attribute - :attr:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.output` - Outputs * - Attribute - :attr:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.pass_workspace` - Pass workspace * - Operator - :func:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.__format__` - Default object formatter. * - Operator - :func:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.__init__` - Initialize self. See help(type(self)) for accurate signature. * - Operator - :func:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.globals.WorkspaceMethodInternalRecord.__lt__` - Return self