pyrbit.mem_utils.Schedule

class Schedule(items, times)[source]

Bases: 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