how to use timer in python

James Stroud jstroud at mbi.ucla.edu
Thu Sep 21 15:31:23 EDT 2006


yxh wrote:
> how to use timer in python.
> the functionnality is like the MFC SetTimer()
> 
> 

Try this (a little more flexible than Timer):

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/464959

-- 
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095

http://www.jamesstroud.com/



More information about the Python-list mailing list