Home
last modified time | relevance | path

Searched refs:BaseException_str (Results 1 – 2 of 2) 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()
/external/python/cpython3/Objects/
Dexceptions.c102 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function
371 (reprfunc)BaseException_str, /*tp_str*/
685 return BaseException_str((PyBaseExceptionObject *)self); in ImportError_str()
1078 return BaseException_str((PyBaseExceptionObject *)self); in OSError_str()
1493 return BaseException_str(self); in KeyError_str()