Home
last modified time | relevance | path

Searched refs:docobj (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Derrors.c615 PyObject *docobj; in PyErr_NewExceptionWithDoc() local
625 docobj = PyString_FromString(doc); in PyErr_NewExceptionWithDoc()
626 if (docobj == NULL) in PyErr_NewExceptionWithDoc()
628 result = PyDict_SetItemString(dict, "__doc__", docobj); in PyErr_NewExceptionWithDoc()
629 Py_DECREF(docobj); in PyErr_NewExceptionWithDoc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Derrors.c637 PyObject *docobj; in PyErr_NewExceptionWithDoc() local
647 docobj = PyString_FromString(doc); in PyErr_NewExceptionWithDoc()
648 if (docobj == NULL) in PyErr_NewExceptionWithDoc()
650 result = PyDict_SetItemString(dict, "__doc__", docobj); in PyErr_NewExceptionWithDoc()
651 Py_DECREF(docobj); in PyErr_NewExceptionWithDoc()