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