Searched refs:PyErr_SetImportErrorSubclass (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | pyerrors.h | 209 PyAPI_FUNC(PyObject *) PyErr_SetImportErrorSubclass(PyObject *, PyObject *,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | pyerrors.h | 209 PyAPI_FUNC(PyObject *) PyErr_SetImportErrorSubclass(PyObject *, PyObject *,
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | pyerrors.h | 209 PyAPI_FUNC(PyObject *) PyErr_SetImportErrorSubclass(PyObject *, PyObject *,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pyerrors.h | 209 PyAPI_FUNC(PyObject *) PyErr_SetImportErrorSubclass(PyObject *, PyObject *,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | pyerrors.h | 209 PyAPI_FUNC(PyObject *) PyErr_SetImportErrorSubclass(PyObject *, PyObject *,
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | errors.c | 987 PyErr_SetImportErrorSubclass(PyObject *exception, PyObject *msg, in PyErr_SetImportErrorSubclass() function 1042 return PyErr_SetImportErrorSubclass(PyExc_ImportError, msg, name, path); in PyErr_SetImportError()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 702 PyErr_SetImportErrorSubclass:PyObject*::null: 703 PyErr_SetImportErrorSubclass:PyObject*:msg:+1: 704 PyErr_SetImportErrorSubclass:PyObject*:name:+1: 705 PyErr_SetImportErrorSubclass:PyObject*:path:+1:
|
D | stable_abi.dat | 165 function,PyErr_SetImportErrorSubclass,3.6,,
|
D | python3.11.abi | 180 …<elf-symbol name='PyErr_SetImportErrorSubclass' type='func-type' binding='global-binding' visibili… 13085 …PyErr_SetImportErrorSubclass' mangled-name='PyErr_SetImportErrorSubclass' filepath='Python/errors.…
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 225 EXPORT_FUNC(PyErr_SetImportErrorSubclass)
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1899 [function.PyErr_SetImportErrorSubclass]
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 256 .. c:function:: PyObject* PyErr_SetImportErrorSubclass(PyObject *exception, PyObject *msg, PyObject…
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 1893 * The new :c:func:`PyErr_SetImportErrorSubclass` function allows for
|