Home
last modified time | relevance | path

Searched refs:PyErr_NewExceptionWithDoc (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyerrors.h225 PyAPI_FUNC(PyObject *) PyErr_NewExceptionWithDoc(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyerrors.h226 PyAPI_FUNC(PyObject *) PyErr_NewExceptionWithDoc(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Derrors.c610 PyErr_NewExceptionWithDoc(char *name, char *doc, PyObject *base, PyObject *dict) in PyErr_NewExceptionWithDoc() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Derrors.c632 PyErr_NewExceptionWithDoc(char *name, char *doc, PyObject *base, PyObject *dict) in PyErr_NewExceptionWithDoc() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_testcapimodule.c1639 return PyErr_NewExceptionWithDoc(name, doc, base, dict); in make_exception_with_doc()