Searched refs:BaseException_dealloc (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | exceptions.c | 81 BaseException_dealloc(PyBaseExceptionObject *self) in BaseException_dealloc() function 375 (destructor)BaseException_dealloc, /*tp_dealloc*/ 424 0, (destructor)BaseException_dealloc, 0, 0, 0, 0, 0, 0, 0, \
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 85 BaseException_dealloc(PyBaseExceptionObject *self) in BaseException_dealloc() function 362 (destructor)BaseException_dealloc, /*tp_dealloc*/ 411 0, (destructor)BaseException_dealloc, 0, 0, 0, 0, 0, 0, 0, \
|