Is there an alternative to gobject.timeout_add() in Python?

Posted by Flávio Amieiro on Stack Overflow See other posts from Stack Overflow or by Flávio Amieiro
Published on 2010-03-15T01:59:51Z Indexed on 2010/03/15 2:09 UTC
Read the original article Hit count: 435

Filed under:
|

Hi there,

I'm using gobject.timeout_add() to display a timer in my project (dojotools).

I was wondering if there is any other way to achieve the same results, but without the gobject dependency.

The requirement is just calling a method repeatedly, in a certain time interval.

© Stack Overflow or respective owner

Related posts about python

Related posts about gobject