medz.clock module

op de klok geschakeld.

class medz.clock.Repeater(zelf, func, sleeptime, *args, **kwargs)[source]

Bases: medz.thing.Thing

a Repeater calls a function every x seconds.

exit(zelf, *args, **kwargs)[source]
run(zelf, *args, **kwargs)[source]
start(zelf, *args, **kwargs)[source]

initialize a Looper.

class medz.clock.Timer(zelf, time_alarm, event, *args, **kwargs)[source]

Bases: medz.thing.Thing

echo(zelf, *args, **kwargs)[source]
start(zelf, *args, **kwargs)[source]
stop(zelf, *args, **kwargs)[source]

Previous topic

medz.cfg module

Next topic

medz.defines module