Searched refs:PyBaseExceptionObject (Results 1 – 10 of 10) sorted by relevance
| /external/python/cpython2/Objects/ |
| D | exceptions.c | 32 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/ |
| D | exceptions.c | 41 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 …]
|
| /external/python/cpython3/Include/cpython/ |
| D | pyerrors.h | 15 } PyBaseExceptionObject; typedef
|
| /external/python/cpython3/Include/internal/ |
| D | pycore_interp.h | 163 PyBaseExceptionObject *memerrors_freelist;
|
| /external/python/cpython2/Include/ |
| D | pyerrors.h | 14 } PyBaseExceptionObject; typedef
|
| /external/python/cpython3/Python/ |
| D | pythonrun.c | 1081 !((PyBaseExceptionObject *)value)->suppress_context) { in print_exception_recursive()
|
| /external/python/cpython3/Modules/_ctypes/ |
| D | _ctypes.c | 5510 Py_SETREF(((PyBaseExceptionObject *)self)->args, args); in comerror_init() 5518 sizeof(PyBaseExceptionObject), /* tp_basicsize */
|
| /external/python/cpython3/Tools/c-analyzer/ |
| D | TODO | 91 Objects/exceptions.c:memerrors_freelist static PyBaseExceptionObject *meme…
|
| /external/python/cpython3/Modules/ |
| D | _testcapimodule.c | 6272 sizeof(PyBaseExceptionObject), /* tp_basicsize */
|
| /external/python/cpython3/Doc/data/ |
| D | python3.10.abi | 6208 …<typedef-decl name='PyBaseExceptionObject' type-id='type-id-403' filepath='./Include/cpython/pyerr…
|