timeout
Bill
nothanks at null.invalid
Wed Apr 30 00:46:15 EDT 2008
More information about the Python-list mailing list
Wed Apr 30 00:46:15 EDT 2008
- Previous message (by thread): timeout
- Next message (by thread): Problem with variables assigned to variables???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): timeout
- Next message (by thread): Problem with variables assigned to variables???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list