Home | Trees | Indices | Help |
---|
|
|
|||
Array An array of similar items, implemented as a subtype of list. |
|||
Boolean A boolean, represented as a subtype of int (not bool , because bool
cannot be subclassed).
|
|||
Byte An unsigned byte: a subtype of int, with range restricted to [0, 255]. |
|||
ByteArray ByteArray is a subtype of str which can be used when you want an efficient immutable representation of a D-Bus byte array (signature 'ay'). |
|||
Dictionary An mapping whose keys are similar and whose values are similar, implemented as a subtype of dict. |
|||
Double A double-precision floating point number (a subtype of float). |
|||
Int16 A signed 16-bit integer between -0x8000 and +0x7FFF, represented as a subtype of int .
|
|||
Int32 A signed 32-bit integer between -0x8000 0000 and +0x7FFF FFFF, represented as a subtype of int .
|
|||
Int64 A signed 64-bit integer between -0x8000 0000 0000 0000 and +0x7FFF FFFF FFFF FFFF, represented as a subtype of long .
|
|||
ObjectPath A D-Bus object path, such as '/com/example/MyApp/Documents/abc'. |
|||
Signature A string subclass whose values are restricted to valid D-Bus signatures. When iterated over, instead of individual characters it produces Signature instances representing single complete types. |
|||
String A string represented using Unicode - a subtype of unicode .
|
|||
Struct An structure containing items of possibly distinct types. |
|||
UInt16 An unsigned 16-bit integer between 0 and 0xFFFF, represented as a subtype of int .
|
|||
UInt32 An unsigned 32-bit integer between 0 and 0xFFFF FFFF, represented as a subtype of long .
|
|||
UInt64 An unsigned 64-bit integer between 0 and 0xFFFF FFFF FFFF FFFF, represented as a subtype of long .
|
|||
UnixFd An Unix Fd. |
|||
UTF8String A string represented using UTF-8 - a subtype of str .
|
|
|||
__package__ =
|
|||
__warningregistry__ =
|
|
__warningregistry__
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri May 8 21:03:26 2015 | http://epydoc.sourceforge.net |