Searched refs:BaseException_str (Results 1 – 2 of 2) sorted by relevance
98 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function126 if (Py_TYPE(self)->tp_str != (reprfunc)BaseException_str) { in BaseException_unicode()386 (reprfunc)BaseException_str, /*tp_str*/740 rtnval = BaseException_str((PyBaseExceptionObject *)self); in EnvironmentError_str()1272 return BaseException_str(self); in KeyError_str()
104 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function373 (reprfunc)BaseException_str, /*tp_str*/685 return BaseException_str((PyBaseExceptionObject *)self); in ImportError_str()1126 return BaseException_str((PyBaseExceptionObject *)self); in OSError_str()1546 return BaseException_str(self); in KeyError_str()