Searched refs:FileNotFoundError (Results 1 – 25 of 114) sorted by relevance
12345
/external/python/cpython3/Lib/importlib/ |
D | abc.py | 364 raise FileNotFoundError 376 raise FileNotFoundError 381 raise FileNotFoundError 468 raise FileNotFoundError(resource)
|
D | resources.py | 82 raise FileNotFoundError(f'Package has no location {package!r}') 111 raise FileNotFoundError(message) 172 with suppress(FileNotFoundError):
|
D | _common.py | 41 except FileNotFoundError:
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_resource.py | 151 FileNotFoundError, 155 FileNotFoundError, 159 FileNotFoundError, 163 FileNotFoundError,
|
D | test_open.py | 53 FileNotFoundError, 58 FileNotFoundError,
|
D | util.py | 525 package = create_package(file=bytes_data, path=FileNotFoundError()) 538 package = create_package(file=FileNotFoundError(), 539 path=FileNotFoundError()) 540 with self.assertRaises(FileNotFoundError):
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | exceptions.py | 27 class FileNotFoundError(Exception): class 29 super(FileNotFoundError, self).__init__('No file found at %s' % file_path)
|
D | __init__.py | 36 from .exceptions import FileNotFoundError
|
D | cloud_storage_info.py | 82 raise exceptions.FileNotFoundError(dependency_path)
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | audioproc_wrapper.py | 74 raise exceptions.FileNotFoundError('cannot find capture input file') 79 raise exceptions.FileNotFoundError('cannot find render input file')
|
D | exceptions.py | 13 class FileNotFoundError(Exception): class
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpc_prefixed/ |
D | generate.py | 56 except FileNotFoundError: 61 except FileNotFoundError:
|
/external/python/cpython3/Lib/test/ |
D | test_netrc.py | 135 self.assertRaises(FileNotFoundError, netrc.netrc) 138 self.assertRaises(FileNotFoundError, netrc.netrc,
|
D | test_unicode_file_functions.py | 85 expected_exception=FileNotFoundError, 108 _listdir_failure = NotADirectoryError, FileNotFoundError
|
D | exception_hierarchy.txt | 33 | +-- FileNotFoundError
|
D | test_exception_hierarchy.py | 105 except FileNotFoundError: 114 except FileNotFoundError:
|
/external/python/cpython3/Mac/BuildScript/resources/ |
D | install_certificates.command | 38 except FileNotFoundError:
|
/external/pigweed/pw_arduino_build/py/pw_arduino_build/ |
D | file_operations.py | 43 raise FileNotFoundError( 224 except (FileNotFoundError, json.JSONDecodeError):
|
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/ta_prod_signing_scripts/ |
D | generate_digest.py | 43 raise FileNotFoundError('File ' + fname + ' was not found')
|
D | stitch_ta.py | 45 raise FileNotFoundError('File ' + fname + ' was not found')
|
/external/python/cpython3/Lib/ |
D | _bootsubprocess.py | 89 except FileNotFoundError:
|
/external/pigweed/pw_build/py/pw_build/ |
D | mirror_tree.py | 77 raise FileNotFoundError(f'{path} does not exist!')
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/benchlog/ |
D | benchplot.py | 91 except FileNotFoundError:
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_windows_events.py | 112 with self.assertRaises(FileNotFoundError): 141 with self.assertRaises(FileNotFoundError):
|
/external/toolchain-utils/llvm_tools/ |
D | nightly_revert_checker.py | 181 except FileNotFoundError: 190 except FileNotFoundError:
|
12345