blob: a2c96912e3df76f125245c248230e9962ecf8d77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Timed events documentation
==========================
.. automodule:: timed_events
.. autoclass:: TimedEvent
.. automethod:: __init__
.. automethod:: has_timed_out
.. automethod:: change_date
.. automethod:: add_delay
.. autoclass:: DelayedEvent
.. automethod:: __init__
|