/external/python/cpython3/Parser/ |
D | pegen_errors.c | 25 PyErr_Fetch(&type, &value, &tback); in _PyPegen_raise_tokenizer_init_error() 137 PyErr_Fetch(&type, &value, &tback); in _Pypegen_raise_decode_error() 168 PyErr_Fetch(&type, &value, &traceback); in _PyPegen_tokenize_full_source_to_check_for_errors()
|
/external/tensorflow/tensorflow/python/framework/ |
D | py_context_manager.cc | 42 PyErr_Fetch(&type, &value, &traceback); in ~PyContextManager()
|
D | python_api_parameter_converter.cc | 78 PyErr_Fetch(&exc_type, &exc_value, &exc_traceback); in RaiseTypeError()
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_util.cc | 101 PyErr_Fetch(&ptype, &pvalue, &ptraceback); in PyExceptionFetch()
|
/external/python/cpython3/Doc/deprecations/ |
D | c-api-pending-removal-in-future.rst | 9 * :c:func:`PyErr_Fetch`:
|
/external/pytorch/torch/csrc/ |
D | Exceptions.cpp | 279 PyErr_Fetch(&type, &value, &traceback); in ~PyWarningHandler()
|
D | Exceptions.h | 232 PyErr_Fetch(&type, &value, &traceback); in persist()
|
/external/python/cpython3/Modules/_testcapi/ |
D | exceptions.c | 131 PyErr_Fetch(&type, &value, &tb); in _testcapi_exc_set_object_fetch_impl()
|
/external/python/cpython3/Include/ |
D | pyerrors.h | 17 PyAPI_FUNC(void) PyErr_Fetch(PyObject **, PyObject **, PyObject **);
|
/external/pytorch/torch/csrc/utils/ |
D | tensor_numpy.cpp | 73 PyErr_Fetch(&type, &value, &traceback); in is_numpy_available()
|
/external/pytorch/torch/csrc/dynamo/ |
D | cpython_defs.c | 241 PyErr_Fetch(&error_type, &error_value, &error_traceback); in THP_PyFrame_MakeAndSetFrameObject()
|
D | guards.cpp | 870 PyErr_Fetch(&ptype, &pvalue, &ptraceback); in get_exception_message()
|
/external/python/cpython3/Doc/extending/ |
D | newtypes.rst | 92 single: PyErr_Fetch (C function) 104 done. This can be done using the :c:func:`PyErr_Fetch` and 117 PyErr_Fetch(&err_type, &err_value, &err_traceback);
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 477 .. c:function:: void PyErr_Fetch(PyObject **ptype, PyObject **pvalue, PyObject **ptraceback) 497 PyErr_Fetch(&type, &value, &traceback); 527 Use :c:func:`PyErr_Fetch` to save the current error indicator. 537 Under certain circumstances, the values returned by :c:func:`PyErr_Fetch` below
|
D | typeobj.rst | 2117 PyErr_Fetch(&error_type, &error_value, &error_traceback);
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 604 PyErr_Fetch:void::: 605 PyErr_Fetch:PyObject**:ptype:0: 606 PyErr_Fetch:PyObject**:pvalue:0: 607 PyErr_Fetch:PyObject**:ptraceback:0:
|
D | stable_abi.dat | 141 func,PyErr_Fetch,3.2,,
|
/external/python/cpython3/PC/ |
D | python3dll.c | 202 EXPORT_FUNC(PyErr_Fetch)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.12.0a6.rst | 805 rather than the triple arguments of the now-deprecated :c:func:`PyErr_Fetch`
|
D | 3.11.0a3.rst | 364 :c:func:`PyErr_Fetch`, and before they are stored as an exc_info triplet.
|
/external/python/cpython3/Python/ |
D | errors.c | 514 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch() function
|
/external/webp/swig/ |
D | libwebp_python_wrap.c | 1017 if (PyErr_Occurred()) PyErr_Fetch(&type, &value, &traceback); in SWIG_Python_AddErrorMsg() 1703 PyErr_Fetch(&val, &type, &tb); in SwigPyObject_dealloc() 2841 PyErr_Fetch(&type, &value, &traceback); in SWIG_Python_AddErrMesg()
|
/external/marisa-trie/bindings/python/ |
D | marisa-swig_wrap.cxx | 956 if (PyErr_Occurred()) PyErr_Fetch(&type, &value, &traceback); in SWIG_Python_AddErrorMsg() 2572 PyErr_Fetch(&type, &value, &traceback); in SWIG_Python_AddErrMesg()
|
/external/python/cpython3/Misc/ |
D | stable_abi.toml | 621 [function.PyErr_Fetch]
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.12.rst | 1945 :c:func:`PyErr_Fetch` and :c:func:`PyErr_Restore`. 2204 * :c:func:`PyErr_Fetch` and :c:func:`PyErr_Restore` are deprecated.
|