Home
last modified time | relevance | path

Searched refs:BaseException_str (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dexceptions.c98 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function
126 if (Py_TYPE(self)->tp_str != (reprfunc)BaseException_str) { in BaseException_unicode()
387 (reprfunc)BaseException_str, /*tp_str*/
744 rtnval = BaseException_str((PyBaseExceptionObject *)self); in EnvironmentError_str()
1276 return BaseException_str(self); in KeyError_str()