.. _dootle.utils.recency_test: ========================= dootle.utils.recency_test ========================= .. py:module:: dootle.utils.recency_test .. autoapi-nested-parse:: See EOF for license/metadata/notes as applicable Functions --------- .. autoapisummary:: dootle.utils.recency_test.recency_test dootle.utils.recency_test.stale_test Module Contents =============== .. py:function:: recency_test(spec, state, target) skip rest of task if the target exists and was modified today .. py:function:: stale_test(spec, state, source, dest, tolerance) Test two locations by their mod time. if the soure is older, or within tolerance skip rest of action group