Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyerrors.h202 PyAPI_FUNC(PyObject *) PyErr_SetImportErrorSubclass(PyObject *, PyObject *,
/third_party/python/Python/
Derrors.c968 PyErr_SetImportErrorSubclass(PyObject *exception, PyObject *msg, in PyErr_SetImportErrorSubclass() function
1023 return PyErr_SetImportErrorSubclass(PyExc_ImportError, msg, name, path); in PyErr_SetImportError()
/third_party/python/Doc/data/
Drefcounts.dat702 PyErr_SetImportErrorSubclass:PyObject*::null:
703 PyErr_SetImportErrorSubclass:PyObject*:msg:+1:
704 PyErr_SetImportErrorSubclass:PyObject*:name:+1:
705 PyErr_SetImportErrorSubclass:PyObject*:path:+1:
Dstable_abi.dat155 function,PyErr_SetImportErrorSubclass,3.6,
/third_party/python/PC/
Dpython3dll.c219 EXPORT_FUNC(PyErr_SetImportErrorSubclass)
/third_party/python/Misc/
Dstable_abi.txt1815 function PyErr_SetImportErrorSubclass
/third_party/python/Doc/c-api/
Dexceptions.rst323 .. c:function:: PyObject* PyErr_SetImportErrorSubclass(PyObject *exception, PyObject *msg, PyObject…
/third_party/python/Doc/whatsnew/
D3.6.rst1893 * The new :c:func:`PyErr_SetImportErrorSubclass` function allows for