Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dexceptions.c109 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function
397 (reprfunc)BaseException_str, /*tp_str*/
709 return BaseException_str((PyBaseExceptionObject *)self); in ImportError_str()
1151 return BaseException_str((PyBaseExceptionObject *)self); in OSError_str()
1391 0, BaseException_str, "Name not found globally.");
1472 0, BaseException_str, "Attribute not found.");
1706 return BaseException_str(self); in KeyError_str()