Package conduit :: Package utils :: Module Singleton :: Class GObjectSingleton
[hide private]

Type GObjectSingleton

source code


Instance Methods [hide private]
 
__init__(cls, name, base, dict) source code
 
__call__(cls, *args, **kwargs)
x(...)
source code

Inherited from gobject.GObjectMeta (private): _install_properties, _type_register

Inherited from type: __cmp__, __delattr__, __getattribute__, __hash__, __new__, __repr__, __setattr__, __subclasses__, mro

Inherited from object: __reduce__, __reduce_ex__, __str__

Properties [hide private]

Inherited from type: __base__, __bases__, __basicsize__, __dictoffset__, __flags__, __itemsize__, __mro__, __name__, __weakrefoffset__

Inherited from object: __class__

Method Details [hide private]

__init__(cls, name, base, dict)
(Constructor)

source code 
Overrides: gobject.GObjectMeta.__init__

__call__(cls, *args, **kwargs)
(Call operator)

source code 
x(...)
Overrides: type.__call__
(inherited documentation)