API Reference for Enthought Tool Suite 3.0.1

Simple subclass of QTimer that allows the user to have a function called periodically. Some code assumes that this is a sub-class of wx.Timer, so we add a few wrapper methods to pretend it is.

Any exceptions raised in the callable are caught. If StopIteration is raised the timer stops. If other exceptions are encountered the timer is stopped and the exception re-raised.

Method summary

Methods

© Copyright 2002-2008 Enthought, Inc.