|
|
__init__(self,
settings=None,
handlers=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
|
|
|
_configure_io_handler(self,
handler)
Register an io-handler with the glib main loop. |
|
|
|
|
_io_callback(self,
*args,
**kwargs)
Called by glib on I/O event. |
|
|
|
|
_prepare_io_handler(self,
handler)
Call the interfaces.IOHandler.prepare method and
remove the handler from unprepared handler list when done. |
|
|
|
|
_prepare_pending(self)
Prepare pending handlers. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_timeout_cb(self,
*args,
**kwargs)
Call the timeout handler due. |
|
|
|
|
loop(self,
timeout=None)
Run the loop. |
|
|
|
|
|
|
|
_loop_timeout_cb(self,
main_loop)
Stops the loop after the time specified in the loop call. |
|
|
|
|
|
|
Inherited from base.MainLoopBase:
add_handler,
quit,
remove_handler
Inherited from interfaces.MainLoop:
delayed_call
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|