k.t.WaitForTimeout(WaitCondition) : class documentation

Part of kiwi.tasklet View In Hierarchy

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 WaitCondition.arm
Method disarm See 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.

Parameterstimeoutammount of time to wait, in miliseconds
prioritymainloop priority for the timeout event
def arm(self, tasklet):

See WaitCondition.arm

def disarm(self):

See 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 2015-05-06 22:39:09.