RE: sleep command/function & searching the python docs
by Simon Brunning other posts by this author
Jul 31 2001 3:43PM messages near this date
Re: xmlrpc via proxy
|
RE: Static class members ?
> From: Rajarshi Guha [SMTP:rajarshi@[...].edu]
> is there a sleep function in the Python library. I've beens earching
> throught the modules but could'nt seem to find one. BTW, is there any way
> to search the Python docs for a specific function/module etc? Or is there
> any resource on the web that provides a searchable interface?
time.sleep() is probably what you are looking for.
On Windows, PyShelf (here <http://www.orgmf.com.ar/condor/pytstuff.html> )
provides a pretty good searchable interface to the standard docs.
Cheers,
Simon Brunning
TriSystems Ltd.
sbrunning@[...].uk
-----------------------------------------------------------------------
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorised. If you are not the intended recipient, any disclosure,
copying, distribution, or any action taken or omitted to be taken in
reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot
accept liability for statements made which are clearly the senders own.
--
http://mail.python.org/mailman/listinfo/python-list
|