Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dexceptions.c41 PyBaseExceptionObject *self; in BaseException_new()
43 self = (PyBaseExceptionObject *)type->tp_alloc(type, 0); in BaseException_new()
67 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init()
79 BaseException_clear(PyBaseExceptionObject *self) in BaseException_clear()
90 BaseException_dealloc(PyBaseExceptionObject *self) in BaseException_dealloc()
98 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse()
109 BaseException_str(PyBaseExceptionObject *self) in BaseException_str()
122 BaseException_repr(PyBaseExceptionObject *self) in BaseException_repr()
134 BaseException_reduce(PyBaseExceptionObject *self, PyObject *Py_UNUSED(ignored)) in BaseException_reduce()
189 BaseException_get_args(PyBaseExceptionObject *self, void *Py_UNUSED(ignored)) in BaseException_get_args()
[all …]
/third_party/python/Include/cpython/
Dpyerrors.h15 } PyBaseExceptionObject; typedef
/third_party/python/Include/internal/
Dpycore_interp.h163 PyBaseExceptionObject *memerrors_freelist;
/third_party/python/Python/
Dpythonrun.c1081 !((PyBaseExceptionObject *)value)->suppress_context) { in print_exception_recursive()
/third_party/python/Modules/_ctypes/
D_ctypes.c5510 Py_SETREF(((PyBaseExceptionObject *)self)->args, args); in comerror_init()
5518 sizeof(PyBaseExceptionObject), /* tp_basicsize */
/third_party/python/Tools/c-analyzer/
DTODO91 Objects/exceptions.c:memerrors_freelist static PyBaseExceptionObject *meme…
/third_party/python/Modules/
D_testcapimodule.c6272 sizeof(PyBaseExceptionObject), /* tp_basicsize */