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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 111 PyErr_Fetch(&exception, &value, &tb);
219 PyErr_Fetch(exc, val, tb);
247 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback)
669 PyErr_Fetch(&t, &v, &tb);
729 PyErr_Fetch(&exc, &v, &tb);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 111 PyErr_Fetch(&exception, &value, &tb);
217 PyErr_Fetch(exc, val, tb);
245 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback)
647 PyErr_Fetch(&t, &v, &tb);
707 PyErr_Fetch(&exc, &v, &tb);
  /external/python/cpython2/Python/
errors.c 111 PyErr_Fetch(&exception, &value, &tb);
219 PyErr_Fetch(exc, val, tb);
244 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback)
666 PyErr_Fetch(&t, &v, &tb);
732 PyErr_Fetch(&exc, &v, &tb);
  /external/python/cpython3/Python/
errors.c 196 PyErr_Fetch(&exception, &value, &tb);
300 PyErr_Fetch(exc, val, tb);
325 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback)
388 PyErr_Fetch(&exc2, &val2, &tb2);
410 PyErr_Fetch(&exc, &val, &tb);
421 PyErr_Fetch(&exc, &val2, &tb);
947 PyErr_Fetch(&t, &v, &tb);
1050 PyErr_Fetch(&exc, &v, &tb);

Completed in 53 milliseconds