Home
last modified time | relevance | path

Searched defs:exc_type (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpy_compile.py45 def __init__(self, exc_type, exc_value, file, msg=''): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpystate.h79 PyObject *exc_type; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpystate.h79 PyObject *exc_type; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_fractions.py117 def assertRaisesMessage(self, exc_type, message, argument
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
Dtest_with.py217 exc_type=None): 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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py108 def __exit__(self, exc_type, exc_value, tb): argument