Searched defs:exctype (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/inspector/build/ |
D | compile-scripts.py | 53 def error_excepthook(exctype, value, traceback): argument
|
/external/python/cpython3/Lib/ |
D | contextlib.py | 202 def __exit__(self, exctype, excinst, exctb): argument 245 def __exit__(self, exctype, excinst, exctb): argument
|
D | functools.py | 31 def __exit__(self, exctype, excinst, exctb): pass argument
|
/external/python/cpython2/Lib/test/ |
D | test_codeccallbacks.py | 326 def check_exceptionobjectargs(self, exctype, args, msg): argument
|
/external/python/cpython3/Lib/test/ |
D | test_codeccallbacks.py | 326 def check_exceptionobjectargs(self, exctype, args, msg): argument
|
/external/python/cpython3/Modules/ |
D | _posixsubprocess.c | 55 PyObject *exctype, *val, *tb; in _enable_gc() local
|