Searched defs:new_exc (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | contextlib.py | 552 def _fix_exception_context(new_exc, old_exc): argument 692 def _fix_exception_context(new_exc, old_exc): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | contextlib.py | 552 def _fix_exception_context(new_exc, old_exc): argument 692 def _fix_exception_context(new_exc, old_exc): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | contextlib.py | 552 def _fix_exception_context(new_exc, old_exc): argument 692 def _fix_exception_context(new_exc, old_exc): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | contextlib.py | 552 def _fix_exception_context(new_exc, old_exc): argument 692 def _fix_exception_context(new_exc, old_exc): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | contextlib.py | 552 def _fix_exception_context(new_exc, old_exc): argument 692 def _fix_exception_context(new_exc, old_exc): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | contextlib.py | 552 def _fix_exception_context(new_exc, old_exc): argument 692 def _fix_exception_context(new_exc, old_exc): argument
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | exceptions.c | 3790 PyObject *new_exc, *new_val, *new_tb; in _PyErr_TrySetFromCause() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 2580 test_set_exception(PyObject *self, PyObject *new_exc) in test_set_exception()
|