Searched defs:exc_traceback (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/test/ |
D | test_tabnanny.py | 79 def __exit__(self, exc_type, exc_value, exc_traceback): argument
|
D | test_threading.py | 1494 def sys_hook(exc_type, exc_value, exc_traceback): argument
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
D | macro_collector.py | 66 def __exit__(self, exc_type, exc_value, exc_traceback) -> None: argument
|
/third_party/python/Include/cpython/ |
D | pystate.h | 52 PyObject *exc_type, *exc_value, *exc_traceback; member
|
/third_party/python/Lib/ |
D | traceback.py | 489 def __init__(self, exc_type, exc_value, exc_traceback, *, limit=None, argument
|
/third_party/python/Lib/importlib/ |
D | _bootstrap.py | 897 def __exit__(self, exc_type, exc_value, exc_traceback): argument
|
/third_party/python/Modules/ |
D | _threadmodule.c | 1409 PyObject *exc_traceback, PyObject *thread) in thread_excepthook_file()
|
/third_party/python/Lib/asyncio/ |
D | unix_events.py | 910 def __exit__(self, exc_type, exc_value, exc_traceback): argument
|