HomeSort by relevance Sort by last modified time
    Searched defs:PyErr_Restore (Results 1 - 4 of 4) 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);
  /external/python/cpython3/Python/
errors.c 28 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback)
129 PyErr_Restore(exception, value, tb);
205 PyErr_Restore(exception, value, tb);
341 PyErr_Restore(NULL, NULL, NULL);
377 /* Like PyErr_Restore(), but if an exception is already set,
397 PyErr_Restore(exc2, val2, tb2);
400 PyErr_Restore(exc, val, tb);
426 PyErr_Restore(exc, val2, tb);
1099 PyErr_Restore(exc, v, tb);

Completed in 390 milliseconds