Home | Trees | Indices | Help |
---|
|
object --+ | int --+ | _dbus_bindings._IntBase --+ | Boolean
A boolean, represented as a subtype of int
(not bool
, because bool
cannot be subclassed).
Constructor:
dbus.Boolean(value[, variant_level]) -> Boolean
value is converted to 0 or 1 as if by int(bool(value)).
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 Inherited from |
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Jul 17 19:55:42 2016 | http://epydoc.sourceforge.net |