Searched refs:PyErr_NewExceptionWithDoc (Results 1 – 5 of 5) sorted by relevance
225 PyAPI_FUNC(PyObject *) PyErr_NewExceptionWithDoc(
226 PyAPI_FUNC(PyObject *) PyErr_NewExceptionWithDoc(
610 PyErr_NewExceptionWithDoc(char *name, char *doc, PyObject *base, PyObject *dict) in PyErr_NewExceptionWithDoc() function
632 PyErr_NewExceptionWithDoc(char *name, char *doc, PyObject *base, PyObject *dict) in PyErr_NewExceptionWithDoc() function
1639 return PyErr_NewExceptionWithDoc(name, doc, base, dict); in make_exception_with_doc()