.. _f-timehelper: module ``loghelper.time_helper`` ================================ Short summary +++++++++++++ module ``pyquickhelper.loghelper.time_helper`` Helpers around time. :githublink:`%|py|5` Functions +++++++++ +-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +===============================================================================================+=========================================================================================================================+ | :func:`repeat_execution ` | Runs a function on a regular basis. The function is not multithreaded, it returns when all execution are done. | +-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :func:`repeat_script_execution ` | Runs a python script on a regular basis. The function is not multithreaded, it returns when all execution are done. ... | +-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.loghelper.time_helper :members: :special-members: __init__ :show-inheritance: