HomeSort by relevance Sort by last modified time
    Searched defs:PyErr_Restore (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 25 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback)
57 PyErr_Restore(exception, value, (PyObject *)NULL);
126 PyErr_Restore(exception, value, tb);
263 PyErr_Restore(NULL, NULL, NULL);
282 PyErr_Restore(exc, val, tb);
778 PyErr_Restore(exc, v, tb);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 25 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback)
57 PyErr_Restore(exception, value, (PyObject *)NULL);
124 PyErr_Restore(exception, value, tb);
261 PyErr_Restore(NULL, NULL, NULL);
756 PyErr_Restore(exc, v, tb);
  /external/python/cpython2/Python/
errors.c 25 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback)
57 PyErr_Restore(exception, value, (PyObject *)NULL);
126 PyErr_Restore(exception, value, tb);
260 PyErr_Restore(NULL, NULL, NULL);
279 PyErr_Restore(exc, val, tb);
781 PyErr_Restore(exc, v, tb);

Completed in 253 milliseconds