Home »
Python »
Python Reference
Python Timer Class Methods
Python Timer Class has the following built-in functions.
| Method |
Description |
| cancel() |
Stops the timer and cancel the timer object execution |
| start() |
Starts the timer. |
Advertisement
Advertisement