Searched refs:fail_if_missing (Results 1 – 1 of 1) sorted by relevance
66 def touch(path, fail_if_missing=False): argument67 if fail_if_missing and not os.path.exists(path):