Home
last modified time | relevance | path

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

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