Home
last modified time | relevance | path

Searched defs:PyErr_NewExceptionWithDoc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Derrors.c629 PyErr_NewExceptionWithDoc(char *name, char *doc, PyObject *base, PyObject *dict) in PyErr_NewExceptionWithDoc() function
/external/python/cpython3/Python/
Derrors.c1136 PyErr_NewExceptionWithDoc(const char *name, const char *doc, in PyErr_NewExceptionWithDoc() function