Searched refs:PyErr_SetImportError (Results 1 – 20 of 20) sorted by relevance
/aosp_15_r20/external/python/cpython3/Python/ |
D | dynload_hpux.c | 53 PyErr_SetImportError(buf_ob, shortname_ob, pathname_ob); in _PyImport_FindSharedFuncptr()
|
D | dynload_shlib.c | 103 PyErr_SetImportError(error_ob, mod_name, path); in _PyImport_FindSharedFuncptr()
|
D | importdl.c | 154 PyErr_SetImportError(msg, name_unicode, path); in _PyImport_LoadDynamicModuleWithSpec()
|
D | dynload_win.c | 310 PyErr_SetImportError(message, shortname_obj, pathname);
|
D | errors.c | 1040 PyErr_SetImportError(PyObject *msg, PyObject *name, PyObject *path) in PyErr_SetImportError() function
|
D | import.c | 1202 PyErr_SetImportError(msg, modname, NULL); in set_frozen_error()
|
D | ceval.c | 7501 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/ |
D | pyerrors.h | 213 PyAPI_FUNC(PyObject *) PyErr_SetImportError(PyObject *, PyObject *,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | pyerrors.h | 213 PyAPI_FUNC(PyObject *) PyErr_SetImportError(PyObject *, PyObject *,
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | pyerrors.h | 213 PyAPI_FUNC(PyObject *) PyErr_SetImportError(PyObject *, PyObject *,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pyerrors.h | 213 PyAPI_FUNC(PyObject *) PyErr_SetImportError(PyObject *, PyObject *,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | pyerrors.h | 213 PyAPI_FUNC(PyObject *) PyErr_SetImportError(PyObject *, PyObject *,
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 697 PyErr_SetImportError:PyObject*::null: 698 PyErr_SetImportError:PyObject*:msg:+1: 699 PyErr_SetImportError:PyObject*:name:+1: 700 PyErr_SetImportError:PyObject*:path:+1:
|
D | stable_abi.dat | 164 function,PyErr_SetImportError,3.7,,
|
D | python3.11.abi | 179 …<elf-symbol name='PyErr_SetImportError' type='func-type' binding='global-binding' visibility='defa… 13079 …PyErr_SetImportError' mangled-name='PyErr_SetImportError' filepath='Python/errors.c' line='1040' c…
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 224 EXPORT_FUNC(PyErr_SetImportError)
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 246 .. 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/ |
D | stable_abi.toml | 1914 [function.PyErr_SetImportError]
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 2160 * :c:func:`PyErr_SetImportError` now sets :exc:`TypeError` when its **msg**
|
D | 3.4.rst | 2500 * :c:func:`PyErr_SetImportError` now sets :exc:`TypeError` when its **msg**
|