how to use timer in python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yxh

    #1

    how to use timer in python

    how to use timer in python.
    the functionnality is like the MFC SetTimer()


  • Gabriel Genellina

    #2
    Re: how to use timer in python

    At Thursday 21/9/2006 06:03, yxh wrote:
    >how to use timer in python.
    >the functionnality is like the MFC SetTimer()
    Use the Timer class.


    Gabriel Genellina
    Softlab SRL





    _______________ _______________ _______________ _____
    Preguntá. Respondé. Descubrí.
    Todo lo que querías saber, y lo que ni imaginabas,
    está en Yahoo! Respuestas (Beta).
    ¡Probalo ya!


    Comment

    • James Stroud

      #3
      Re: how to use timer in python

      yxh wrote:
      how to use timer in python.
      the functionnality is like the MFC SetTimer()
      >
      >
      Try this (a little more flexible than Timer):



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


      Comment

      Working...