See also
Schedule
Bases: object
object
Iterate over (items, times) pairs.
A schedule is an association between presented items and the times at which these where presented. One can iterate over a schedule to get a pair (item, time).
Methods