Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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()
74 BaseException_clear(PyBaseExceptionObject *self) in BaseException_clear()
83 BaseException_dealloc(PyBaseExceptionObject *self) in BaseException_dealloc()
91 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse()
100 BaseException_str(PyBaseExceptionObject *self) in BaseException_str()
121 BaseException_unicode(PyBaseExceptionObject *self) in BaseException_unicode()
157 BaseException_repr(PyBaseExceptionObject *self) in BaseException_repr()
184 BaseException_reduce(PyBaseExceptionObject *self) in BaseException_reduce()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()
74 BaseException_clear(PyBaseExceptionObject *self) in BaseException_clear()
83 BaseException_dealloc(PyBaseExceptionObject *self) in BaseException_dealloc()
91 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse()
100 BaseException_str(PyBaseExceptionObject *self) in BaseException_str()
121 BaseException_unicode(PyBaseExceptionObject *self) in BaseException_unicode()
157 BaseException_repr(PyBaseExceptionObject *self) in BaseException_repr()
184 BaseException_reduce(PyBaseExceptionObject *self) in BaseException_reduce()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyerrors.h14 } PyBaseExceptionObject; typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyerrors.h14 } PyBaseExceptionObject; typedef