Searched refs:make_exception_with_doc (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_exceptions.py | 581 self.assertRaises(SystemError, _testcapi.make_exception_with_doc, 585 error1 = _testcapi.make_exception_with_doc("_testcapi.error1") 591 error2 = _testcapi.make_exception_with_doc("_testcapi.error2", doc2) 595 error3 = _testcapi.make_exception_with_doc("_testcapi.error3", 602 error4 = _testcapi.make_exception_with_doc("_testcapi.error4", doc4, 609 error5 = _testcapi.make_exception_with_doc("_testcapi.error5", "",
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _testcapimodule.c | 1625 make_exception_with_doc(PyObject *self, PyObject *args, PyObject *kwargs) in make_exception_with_doc() function 1696 {"make_exception_with_doc", (PyCFunction)make_exception_with_doc,
|