Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddynload_hpux.c48 PyErr_SetImportError(buf_ob, shortname_ob, pathname_ob); in _PyImport_FindSharedFuncptr()
Ddynload_shlib.c119 PyErr_SetImportError(error_ob, mod_name, path); in _PyImport_FindSharedFuncptr()
Ddynload_aix.c150 PyErr_SetImportError(errbuf_ob, NULL, pathname); in aix_loaderror()
Ddynload_win.c278 PyErr_SetImportError(message, shortname_obj, pathname);
Dimportdl.c144 PyErr_SetImportError(msg, name_unicode, path); in _PyImport_LoadDynamicModuleWithSpec()
Derrors.c800 PyErr_SetImportError(PyObject *msg, PyObject *name, PyObject *path) in PyErr_SetImportError() function
Dceval.c4843 PyErr_SetImportError(errmsg, pkgname, NULL); in import_from()
4851 PyErr_SetImportError(errmsg, pkgname, pkgpath); in import_from()
/external/python/cpython3/Include/
Dpyerrors.h314 PyAPI_FUNC(PyObject *) PyErr_SetImportError(PyObject *, PyObject *,
/external/python/cpython3/PC/
Dpython3.def149 PyErr_SetImportError=python37.PyErr_SetImportError
/external/python/cpython3/Doc/data/
Drefcounts.dat669 PyErr_SetImportError:PyObject*::null:
670 PyErr_SetImportError:PyObject*:msg:+1:
671 PyErr_SetImportError:PyObject*:name:+1:
672 PyErr_SetImportError:PyObject*:path:+1:
/external/python/cpython3/Doc/c-api/
Dexceptions.rst241 .. c:function:: PyObject* PyErr_SetImportError(PyObject *msg, PyObject *name, PyObject *path)
320 Much like :c:func:`PyErr_SetImportError` but this function allows for
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2157 * :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**