Searched defs:PyErr_SetString (Results 1 – 2 of 2) sorted by relevance
22 inline void PyErr_SetString(PyObject* type, const std::string& message) { in PyErr_SetString() function
296 PyErr_SetString(PyObject *exception, const char *string) in PyErr_SetString() function