Searched defs:PyErr_SetString (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Python/
H A Derrors.c67 PyErr_SetString(PyObject *exception, const char *string) function
288 PyErr_SetString(PyExc_TypeError,
587 PyErr_SetString(PyExc_SystemError,
/external/python/cpython3/Python/
H A Derrors.c153 PyErr_SetString(PyObject *exception, const char *string) function
450 PyErr_SetString(PyExc_TypeError,
755 PyErr_SetString(PyExc_TypeError, "expected a subclass of ImportError");
760 PyErr_SetString(PyExc_TypeError, "expected a message argument");
863 PyErr_SetString(PyExc_SystemError,

Completed in 366 milliseconds