Home
last modified time | relevance | path

Searched refs:PyErr_SetImportErrorSubclass (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Python/
Derrors.c750 PyErr_SetImportErrorSubclass(PyObject *exception, PyObject *msg, in PyErr_SetImportErrorSubclass() function
802 return PyErr_SetImportErrorSubclass(PyExc_ImportError, msg, name, path); in PyErr_SetImportError()
/external/python/cpython3/Include/
Dpyerrors.h310 PyAPI_FUNC(PyObject *) PyErr_SetImportErrorSubclass(PyObject *, PyObject *,
/external/python/cpython3/PC/
Dpython3.def150 PyErr_SetImportErrorSubclass=python37.PyErr_SetImportErrorSubclass
/external/python/cpython3/Doc/data/
Drefcounts.dat674 PyErr_SetImportErrorSubclass:PyObject*::null:
675 PyErr_SetImportErrorSubclass:PyObject*:msg:+1:
676 PyErr_SetImportErrorSubclass:PyObject*:name:+1:
677 PyErr_SetImportErrorSubclass:PyObject*:path:+1:
/external/python/cpython3/Doc/c-api/
Dexceptions.rst318 .. c:function:: PyObject* PyErr_SetImportErrorSubclass(PyObject *msg, PyObject *name, PyObject *pat…
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1893 * The new :c:func:`PyErr_SetImportErrorSubclass` function allows for