Home
last modified time | relevance | path

Searched defs:exc_tb (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dregrtest.py824 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dtest_shutil.py720 def __exit__(self, exc_type, exc_val, exc_tb): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c1526 PyObject* exc_type, *exc_value, *exc_tb; in pysqlite_connection_exit() local