Home
last modified time | relevance | path

Searched refs:exc_info (Results 126 - 132 of 132) sorted by relevance

123456

/third_party/python/Lib/test/
H A Dtest_itertools.py575 count(1, maxsize+5); sys.exc_info()
H A Dtest_tarfile.py3804 def __exit__(self, *exc_info):
H A Dtest_ssl.py266 exc_format = ' '.join(traceback.format_exception(*sys.exc_info()))
H A D_test_multiprocessing.py2679 sys.excepthook(*sys.exc_info())
H A Dtest_socket.py5387 (sys.exc_info()[:2] + (traceback.format_exc(),)))
/third_party/python/Lib/tkinter/
H A D__init__.py1666 exc, val, tb = sys.exc_info()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_tasks.py598 and sys.exc_info()[0] is asyncio.CancelledError

Completed in 46 milliseconds

123456