Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c32 PyBaseExceptionObject *self; in BaseException_new()
34 self = (PyBaseExceptionObject *)type->tp_alloc(type, 0); in BaseException_new()
56 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init()
72 BaseException_clear(PyBaseExceptionObject *self) in BaseException_clear()
81 BaseException_dealloc(PyBaseExceptionObject *self) in BaseException_dealloc()
89 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse()
98 BaseException_str(PyBaseExceptionObject *self) in BaseException_str()
119 BaseException_unicode(PyBaseExceptionObject *self) in BaseException_unicode()
155 BaseException_repr(PyBaseExceptionObject *self) in BaseException_repr()
182 BaseException_reduce(PyBaseExceptionObject *self) in BaseException_reduce()
[all …]
/external/python/cpython3/Objects/
Dexceptions.c36 PyBaseExceptionObject *self; in BaseException_new()
38 self = (PyBaseExceptionObject *)type->tp_alloc(type, 0); in BaseException_new()
62 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init()
74 BaseException_clear(PyBaseExceptionObject *self) in BaseException_clear()
85 BaseException_dealloc(PyBaseExceptionObject *self) in BaseException_dealloc()
93 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse()
104 BaseException_str(PyBaseExceptionObject *self) in BaseException_str()
117 BaseException_repr(PyBaseExceptionObject *self) in BaseException_repr()
129 BaseException_reduce(PyBaseExceptionObject *self, PyObject *Py_UNUSED(ignored)) in BaseException_reduce()
184 BaseException_get_args(PyBaseExceptionObject *self, void *Py_UNUSED(ignored)) in BaseException_get_args()
[all …]
/external/python/cpython3/Include/cpython/
Dpyerrors.h19 } PyBaseExceptionObject; typedef
/external/python/cpython2/Include/
Dpyerrors.h14 } PyBaseExceptionObject; typedef
/external/python/cpython3/Python/
Dpythonrun.c972 !((PyBaseExceptionObject *)value)->suppress_context) { in print_exception_recursive()
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c5516 Py_SETREF(((PyBaseExceptionObject *)self)->args, args); in comerror_init()
5524 sizeof(PyBaseExceptionObject), /* tp_basicsize */
/external/python/cpython3/Tools/c-analyzer/
DTODO94 Objects/exceptions.c:memerrors_freelist static PyBaseExceptionObject *meme…
Dknown.tsv483 Objects/exceptions.c - memerrors_freelist variable static PyBaseExceptionObject *memerrors_freelist
/external/python/cpython3/Modules/
D_testcapimodule.c5927 sizeof(PyBaseExceptionObject), /* tp_basicsize */