Home
last modified time | relevance | path

Searched refs:PyErr_SetImportError (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Ddynload_hpux.c53 PyErr_SetImportError(buf_ob, shortname_ob, pathname_ob); in _PyImport_FindSharedFuncptr()
Ddynload_shlib.c103 PyErr_SetImportError(error_ob, mod_name, path); in _PyImport_FindSharedFuncptr()
Dimportdl.c154 PyErr_SetImportError(msg, name_unicode, path); in _PyImport_LoadDynamicModuleWithSpec()
Ddynload_win.c310 PyErr_SetImportError(message, shortname_obj, pathname);
Derrors.c1040 PyErr_SetImportError(PyObject *msg, PyObject *name, PyObject *path) in PyErr_SetImportError() function
Dimport.c1202 PyErr_SetImportError(msg, modname, NULL); in set_frozen_error()
Dceval.c7501 PyErr_SetImportError(errmsg, pkgname, NULL);
7514 PyErr_SetImportError(errmsg, pkgname, pkgpath);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpyerrors.h213 PyAPI_FUNC(PyObject *) PyErr_SetImportError(PyObject *, PyObject *,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpyerrors.h213 PyAPI_FUNC(PyObject *) PyErr_SetImportError(PyObject *, PyObject *,
/aosp_15_r20/external/python/cpython3/Include/
Dpyerrors.h213 PyAPI_FUNC(PyObject *) PyErr_SetImportError(PyObject *, PyObject *,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpyerrors.h213 PyAPI_FUNC(PyObject *) PyErr_SetImportError(PyObject *, PyObject *,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpyerrors.h213 PyAPI_FUNC(PyObject *) PyErr_SetImportError(PyObject *, PyObject *,
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat697 PyErr_SetImportError:PyObject*::null:
698 PyErr_SetImportError:PyObject*:msg:+1:
699 PyErr_SetImportError:PyObject*:name:+1:
700 PyErr_SetImportError:PyObject*:path:+1:
Dstable_abi.dat164 function,PyErr_SetImportError,3.7,,
Dpython3.11.abi179 …<elf-symbol name='PyErr_SetImportError' type='func-type' binding='global-binding' visibility='defa…
13079PyErr_SetImportError' mangled-name='PyErr_SetImportError' filepath='Python/errors.c' line='1040' c…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c224 EXPORT_FUNC(PyErr_SetImportError)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dexceptions.rst246 .. c:function:: PyObject* PyErr_SetImportError(PyObject *msg, PyObject *name, PyObject *path)
258 Much like :c:func:`PyErr_SetImportError` but this function allows for
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1914 [function.PyErr_SetImportError]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.6.rst2160 * :c:func:`PyErr_SetImportError` now sets :exc:`TypeError` when its **msg**
D3.4.rst2500 * :c:func:`PyErr_SetImportError` now sets :exc:`TypeError` when its **msg**