Searched refs:PyBaseExceptionObject (Results 1 – 6 of 6) sorted by relevance
44 PyBaseExceptionObject *self; in BaseException_new()46 self = (PyBaseExceptionObject *)type->tp_alloc(type, 0); in BaseException_new()71 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init()83 BaseException_clear(PyBaseExceptionObject *self) in BaseException_clear()95 BaseException_dealloc(PyBaseExceptionObject *self) in BaseException_dealloc()108 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse()120 BaseException_str(PyBaseExceptionObject *self) in BaseException_str()133 BaseException_repr(PyBaseExceptionObject *self) in BaseException_repr()145 BaseException_reduce(PyBaseExceptionObject *self, PyObject *Py_UNUSED(ignored)) in BaseException_reduce()196 static inline PyBaseExceptionObject*[all …]
25 PyBaseExceptionObject *memerrors_freelist;
15 } PyBaseExceptionObject; typedef
1359 if (((PyBaseExceptionObject *)value)->suppress_context) { in print_exception_cause_and_context()
5510 Py_SETREF(((PyBaseExceptionObject *)self)->args, args); in comerror_init()5518 sizeof(PyBaseExceptionObject), /* tp_basicsize */
7097 sizeof(PyBaseExceptionObject), /* tp_basicsize */