class documentation

class CallLaterOnce: (source)

View In Hierarchy

Schedule a function to be called in the next reactor loop, but only if it hasn't been already scheduled since the last time it ran.

Method __call__ Undocumented
Method __init__ Undocumented
Method cancel Undocumented
Method schedule Undocumented
Instance Variable _a Undocumented
Instance Variable _call Undocumented
Instance Variable _func Undocumented
Instance Variable _kw Undocumented
def __call__(self): (source)

Undocumented

def __init__(self, func, *a, **kw): (source)

Undocumented

def cancel(self): (source)

Undocumented

def schedule(self, delay=0): (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented