Home | Trees | Indices | Help |
---|
|
object --+ | tuple --+ | Struct
An structure containing items of possibly distinct types.
Constructor:
dbus.Struct(iterable, signature=None, variant_level=0) -> Struct
D-Bus structs may not be empty, so the iterable argument is required and may not be an empty iterable.
signature is either None, or a string representing the contents of the struct as one or more complete type signatures. The overall signature of the struct will be the given signature enclosed in parentheses, ().
If the signature is None (default) it will be guessed from the types of the items during construction.
variant_level must be non-negative; the default is 0.
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed May 6 08:20:50 2009 | http://epydoc.sourceforge.net |