Searched refs:_path_isfile (Results 1 – 2 of 2) sorted by relevance
159 def _path_isfile(path): function507 return source_path if _path_isfile(source_path) else bytecode_path1554 if _path_isfile(full_path):1568 if _path_isfile(full_path):
1088 with mock.patch('importlib._bootstrap_external._path_isfile') as _path_isfile:1089 _path_isfile.return_value = True1097 with mock.patch('importlib._bootstrap_external._path_isfile') as _path_isfile:1098 _path_isfile.return_value = False