Home
last modified time | relevance | path

Searched refs:PyErr_Display (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h72 PyAPI_FUNC(void) PyErr_Display(PyObject *, PyObject *, PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h72 PyAPI_FUNC(void) PyErr_Display(PyObject *, PyObject *, PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1178 PyErr_Display(exception2, v2, tb2); in PyErr_PrintEx()
1180 PyErr_Display(exception, v, tb); in PyErr_PrintEx()
1189 PyErr_Display(exception, v, tb); in PyErr_PrintEx()
1197 PyErr_Display(PyObject *exception, PyObject *value, PyObject *tb) in PyErr_Display() function
Dsysmodule.c138 PyErr_Display(exc, value, tb); in sys_excepthook()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1203 PyErr_Display(exception2, v2, tb2); in PyErr_PrintEx()
1205 PyErr_Display(exception, v, tb); in PyErr_PrintEx()
1214 PyErr_Display(exception, v, tb); in PyErr_PrintEx()
1222 PyErr_Display(PyObject *exception, PyObject *value, PyObject *tb) in PyErr_Display() function
Dsysmodule.c138 PyErr_Display(exc, value, tb); in sys_excepthook()