Home
last modified time | relevance | path

Searched refs:PyErr_NewExceptionWithDoc (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython3/Modules/
D_queuemodule.c400 state->EmptyError = PyErr_NewExceptionWithDoc( in queuemodule_exec()
D_lzmamodule.c1559 …state->error = PyErr_NewExceptionWithDoc("_lzma.LZMAError", "Call to liblzma failed.", NULL, NULL); in lzma_exec()
D_ssl.c5659 (exc) = PyErr_NewExceptionWithDoc("ssl." name, (doc), (base), NULL); \ in sslmodule_init_exceptions()
D_testcapimodule.c3463 return PyErr_NewExceptionWithDoc(name, doc, base, dict); in make_exception_with_doc()
/external/python/cpython2/Include/
Dpyerrors.h226 PyAPI_FUNC(PyObject *) PyErr_NewExceptionWithDoc(
/external/python/cpython3/Include/
Dpyerrors.h220 PyAPI_FUNC(PyObject *) PyErr_NewExceptionWithDoc(
/external/python/cpython2/Doc/data/
Drefcounts.dat284 PyErr_NewExceptionWithDoc:PyObject*::+1:
285 PyErr_NewExceptionWithDoc:char*:name::
286 PyErr_NewExceptionWithDoc:char*:doc::
287 PyErr_NewExceptionWithDoc:PyObject*:base:0:
288 PyErr_NewExceptionWithDoc:PyObject*:dict:0:
/external/python/cpython2/Modules/
D_ssl.c4194 PySSLErrorObject = PyErr_NewExceptionWithDoc( in init_ssl()
4201 PySSLZeroReturnErrorObject = PyErr_NewExceptionWithDoc( in init_ssl()
4204 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in init_ssl()
4207 PySSLWantWriteErrorObject = PyErr_NewExceptionWithDoc( in init_ssl()
4210 PySSLSyscallErrorObject = PyErr_NewExceptionWithDoc( in init_ssl()
4213 PySSLEOFErrorObject = PyErr_NewExceptionWithDoc( in init_ssl()
D_testcapimodule.c2324 return PyErr_NewExceptionWithDoc(name, doc, base, dict); in make_exception_with_doc()
/external/python/cpython3/Doc/data/
Drefcounts.dat618 PyErr_NewExceptionWithDoc:PyObject*::+1:
619 PyErr_NewExceptionWithDoc:const char*:name::
620 PyErr_NewExceptionWithDoc:const char*:doc::
621 PyErr_NewExceptionWithDoc:PyObject*:base:0:
622 PyErr_NewExceptionWithDoc:PyObject*:dict:0:
Dstable_abi.dat134 function,PyErr_NewExceptionWithDoc,3.2,
Dpython3.10.abi159 …<elf-symbol name='PyErr_NewExceptionWithDoc' type='func-type' binding='global-binding' visibility=…
14696PyErr_NewExceptionWithDoc' mangled-name='PyErr_NewExceptionWithDoc' filepath='Python/errors.c' lin…
/external/python/cpython2/Python/
Derrors.c629 PyErr_NewExceptionWithDoc(char *name, char *doc, PyObject *base, PyObject *dict) in PyErr_NewExceptionWithDoc() function
/external/python/cpython2/Misc/NEWS.d/
D2.7a2.rst371 Function ``PyErr_NewExceptionWithDoc()`` added.
/external/python/cpython3/PC/
Dpython3dll.c198 EXPORT_FUNC(PyErr_NewExceptionWithDoc)
/external/python/cpython3/Python/
Derrors.c1165 PyErr_NewExceptionWithDoc(const char *name, const char *doc, in PyErr_NewExceptionWithDoc() function
/external/python/cpython3/Misc/
Dstable_abi.txt532 function PyErr_NewExceptionWithDoc
DHISTORY13094 - Issue #7033: Function ``PyErr_NewExceptionWithDoc()`` added.
/external/python/cpython2/Doc/c-api/
Dexceptions.rst385 .. c:function:: PyObject* PyErr_NewExceptionWithDoc(char *name, char *doc, PyObject *base, PyObject…
/external/python/cpython3/Doc/c-api/
Dexceptions.rst610 .. c:function:: PyObject* PyErr_NewExceptionWithDoc(const char *name, const char *doc, PyObject *ba…
/external/python/cpython3/Doc/whatsnew/
D3.2.rst2580 * There is a new function :c:func:`PyErr_NewExceptionWithDoc` that is
D2.7.rst2133 * New function: :c:func:`PyErr_NewExceptionWithDoc` creates a new
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2109 * New function: :c:func:`PyErr_NewExceptionWithDoc` creates a new