Package dbus :: Module types
[hide private]
[frames] | no frames]

Module types

source code

Classes [hide private]
  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.
Variables [hide private]
  __package__ = 'dbus'
  __warningregistry__ = {('Not importing directory \'/opt/build/...
Variables Details [hide private]

__warningregistry__

Value:
{('Not importing directory \'/opt/build/dbus-python-1.1.1/_dbus_bindin\
gs\': missing __init__.py',
  <type 'exceptions.ImportWarning'>,
  6): True}