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