timeout

Bill nothanks at null.invalid
Wed Apr 30 00:46:15 EDT 2008


maehhheeyy wrote, On 4/29/2008 6:02 PM:
> Hi,
> 
> I was just wondering if there was such thing as a timeout module.

Take a look at the Timer class, which is a subclass of the Thread class.

Here's a link to the official Python documentation:

     http://www.python.org/doc/2.3.5/lib/timer-objects.html


Bill




More information about the Python-list mailing list