Searched defs:traceback (Results 51 - 51 of 51) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dceval.c1836 u = POP(); /* traceback */
2859 /* Log traceback info if this is a real exception */
3349 (Example: traceback.print_exc()).
3489 gives the traceback to be substituted (useful when
3492 /* First, check the traceback argument, replacing None with
3500 "raise: arg 3 must be a traceback or None");
3630 PyObject *type, *value, *traceback, *arg; local
3632 PyErr_Fetch(&type, &value, &traceback);
3637 arg = PyTuple_Pack(3, type, value, traceback);
3639 PyErr_Restore(type, value, traceback);
3657 PyObject *type, *value, *traceback; local
[all...]

Completed in 54 milliseconds

123