SettableTimer

class qf_lib.common.utils.dateutils.timer.SettableTimer(initial_time: Optional[datetime] = None)[source]

Bases: Timer

Timer object which doesn’t give the real current time, but is “faking” it (current time can be set).