Searched refs:only_if_changed (Results 1 – 1 of 1) sorted by relevance
122 def WriteJson(obj, path, only_if_changed=False): argument130 if not only_if_changed or old_dump != new_dump:136 def AtomicOutput(path, only_if_changed=True): argument162 if not (only_if_changed and os.path.exists(path) and