Lines Matching refs:BaseException_clear
74 BaseException_clear(PyBaseExceptionObject *self) in BaseException_clear() function
88 BaseException_clear(self); in BaseException_dealloc()
381 (inquiry)BaseException_clear, /* tp_clear */
415 (inquiry)BaseException_clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \
508 return BaseException_clear((PyBaseExceptionObject *)self); in StopIteration_clear()
575 return BaseException_clear((PyBaseExceptionObject *)self); in SystemExit_clear()
657 return BaseException_clear((PyBaseExceptionObject *)self); in ImportError_clear()
1059 return BaseException_clear((PyBaseExceptionObject *)self); in OSError_clear()
1383 return BaseException_clear((PyBaseExceptionObject *)self); in SyntaxError_clear()
1825 return BaseException_clear((PyBaseExceptionObject *)self); in UnicodeError_clear()
2276 BaseException_clear(self); in MemoryError_dealloc()
2323 (inquiry)BaseException_clear, 0, 0, 0, 0, 0, 0, 0, &_PyExc_Exception,