An object that waits for a specified ammount of time (a timeout)
Method __init__ An object that waits for a specified ammount of time.
Method arm See L{WaitCondition.arm}
Method disarm See L{WaitCondition.disarm}
Method restart Restart the timeout. Makes time counting start again from zero.
Method _timeout_cb Undocumented
def __init__(self, timeout, priority=gobject.PRIORITY_DEFAULT):
An object that waits for a specified ammount of time.

@param timeout: ammount of time to wait, in miliseconds
@param priority: mainloop priority for the timeout event
def arm(self, tasklet):
See L{WaitCondition.arm}
def disarm(self):
See L{WaitCondition.disarm}
def restart(self):
Restart the timeout.  Makes time counting start again from zero.
def _timeout_cb(self):
Undocumented
API Documentation for Kiwi, generated by pydoctor at 2019-08-08 02:24:42.