LibreOffice Module pyuno (master) 1
|
Public Member Functions | |
def | __init__ (self, typeName, typeClass) |
def | __repr__ (self) |
def | __eq__ (self, that) |
def | __ne__ (self, other) |
def | __hash__ (self) |
Public Attributes | |
typeName | |
typeClass | |
Represents a UNO type. Use an instance of this class to explicitly pass a type to UNO. :param typeName: Name of the UNO type :param typeClass: Python Enum of TypeClass, see com/sun/star/uno/TypeClass.idl
def uno.Type.__eq__ | ( | self, | |
that | |||
) |
Definition at line 186 of file uno.py.
References uno.Type.typeClass, pq_sdbc_driver::ColDesc.typeName, pq_sdbc_driver::ColumnMetaData.typeName, TypeInfoDef.typeName, uno.Enum.typeName, and uno.Type.typeName.
Referenced by uno.Enum.__ne__(), uno.Type.__ne__(), and uno.Char.__ne__().
def uno.Type.__hash__ | ( | self | ) |
Definition at line 195 of file uno.py.
References uno.Type.__hash__(), pq_sdbc_driver::ColDesc.typeName, pq_sdbc_driver::ColumnMetaData.typeName, TypeInfoDef.typeName, uno.Enum.typeName, and uno.Type.typeName.
Referenced by uno.Type.__hash__().
def uno.Type.__ne__ | ( | self, | |
other | |||
) |
Definition at line 192 of file uno.py.
References uno.Enum.__eq__(), uno.Type.__eq__(), uno.Char.__eq__(), and uno.ByteSequence.__eq__().
def uno.Type.__repr__ | ( | self | ) |
Definition at line 183 of file uno.py.
References uno.Type.typeClass, pq_sdbc_driver::ColDesc.typeName, pq_sdbc_driver::ColumnMetaData.typeName, TypeInfoDef.typeName, uno.Enum.typeName, and uno.Type.typeName.
uno.Type.typeClass |
Definition at line 180 of file uno.py.
Referenced by uno.Type.__eq__(), and uno.Type.__repr__().
uno.Type.typeName |
Definition at line 179 of file uno.py.
Referenced by uno.Enum.__eq__(), uno.Type.__eq__(), uno.Type.__hash__(), uno.Enum.__repr__(), and uno.Type.__repr__().