Commit 5113ea8f authored by Denis Bilenko's avatar Denis Bilenko

add a comment

parent fef520fc
......@@ -690,6 +690,8 @@ cdef public class timer(watcher) [object PyGeventTimerObject, type PyGeventTimer
def __get__(self):
return self._watcher.at
# QQQ: add 'after' and 'repeat' properties?
def again(self, object callback, *args, update=True):
self.callback = callback
self.args = args
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment