Home
last modified time | relevance | path

Searched defs:exctype (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/inspector/build/
Dcompile-scripts.py53 def error_excepthook(exctype, value, traceback): argument
/external/python/cpython3/Lib/
Dcontextlib.py202 def __exit__(self, exctype, excinst, exctb): argument
245 def __exit__(self, exctype, excinst, exctb): argument
Dfunctools.py31 def __exit__(self, exctype, excinst, exctb): pass argument
/external/python/cpython2/Lib/test/
Dtest_codeccallbacks.py326 def check_exceptionobjectargs(self, exctype, args, msg): argument
/external/python/cpython3/Lib/test/
Dtest_codeccallbacks.py326 def check_exceptionobjectargs(self, exctype, args, msg): argument
/external/python/cpython3/Modules/
D_posixsubprocess.c55 PyObject *exctype, *val, *tb; in _enable_gc() local