1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
.. _timer:
Timer
=====
The timed decorator
-------------------
FIXME: this section is not yet written
.. autofunction:: kaa.timed(interval, timer=None, policy=POLICY_MANY)
Timer Callbacks
---------------
FIXME: this section is not yet written
.. kaaclass:: kaa.Timer
:synopsis:
.. automethods::
:remove: unregister
.. autoproperties::
.. autosignals::
.. kaaclass:: kaa.WeakTimer
:synopsis:
.. kaaclass:: kaa.OneShotTimer
:synopsis:
.. kaaclass:: kaa.WeakOneShotTimer
:synopsis:
.. kaaclass:: kaa.OneShotAtTimer
:synopsis:
.. automethods::
:remove: start
.. automethod:: start(hour=range(24), min=range(60), sec=0)
.. kaaclass:: kaa.AtTimer
:synopsis:
|