Searched refs:filepath (Results 1 – 1 of 1) sorted by relevance
56 def normalize_path(filepath): argument58 filepath = os.path.normpath(filepath)64 return '/'.join(filepath.split(seps))66 def should_check_file(self, filepath): argument145 with open(filepath, "rb") as f:150 def is_windows_file(filepath): argument151 _root, ext = os.path.splitext(filepath)191 with open(filepath, "rb") as f:213 with open(filepath, "rb") as f:235 with open(filepath, "rb") as f:[all …]
Completed in 12 milliseconds