Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
Derrors.c577 PyErr_NewException(char *name, PyObject *base, PyObject *dict) in PyErr_NewException() function
/aosp_15_r20/external/python/cpython3/Python/
Derrors.c1127 PyErr_NewException(const char *name, PyObject *base, PyObject *dict) in PyErr_NewException() function