Table of Contents

Class: Timer ./src/peak/running/timers.py
Base Classes   
binding.Component
Methods   
_notify
addInfo
addListener
reset
resume
start
stop
  _notify 
_notify (
        self,
        event,
        elapsed=None,
        cpu=None,
        )

  addInfo 
addInfo ( self,  **info )

Exceptions   
TimerStateError( "addInfo() while not running", self )
  addListener 
addListener (
        self,
        listener,
        events=[ 'stop' ],
        )

  reset 
reset ( self )

Exceptions   
TimerStateError( "reset() while running", self )
  resume 
resume ( self,  **info )

Exceptions   
TimerStateError( "resume() while already running", self )
  start 
start ( self,  **info )

Exceptions   
TimerStateError( "start() while already running", self )
  stop 
stop ( self,  **info )

Exceptions   
TimerStateError( "stop() while not running", self )

Table of Contents

This document was automatically generated on Tue Feb 17 19:55:49 2004 by HappyDoc version 2.1