Searched refs:BaseException_clear (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | exceptions.c | 72 BaseException_clear(PyBaseExceptionObject *self) in BaseException_clear() function 84 BaseException_clear(self); in BaseException_dealloc() 394 (inquiry)BaseException_clear, /* tp_clear */ 428 (inquiry)BaseException_clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \ 531 return BaseException_clear((PyBaseExceptionObject *)self); in SystemExit_clear() 632 return BaseException_clear((PyBaseExceptionObject *)self); in EnvironmentError_clear() 830 return BaseException_clear((PyBaseExceptionObject *)self); in WindowsError_clear() 1099 return BaseException_clear((PyBaseExceptionObject *)self); in SyntaxError_clear() 1578 return BaseException_clear((PyBaseExceptionObject *)self); in UnicodeError_clear()
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 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() [all …]
|