Home
last modified time | relevance | path

Searched defs:PyErr_SetString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/
H A DExceptions.h22 inline void PyErr_SetString(PyObject* type, const std::string& message) { in PyErr_SetString() function
/aosp_15_r20/external/python/cpython2/Python/
Derrors.c67 PyErr_SetString(PyObject *exception, const char *string) in PyErr_SetString() function
/aosp_15_r20/external/python/cpython3/Python/
Derrors.c233 PyErr_SetString(PyObject *exception, const char *string) in PyErr_SetString() function