Home
last modified time | relevance | path

Searched refs:exc_info (Results 101 - 125 of 127) sorted by relevance

123456

/third_party/python/Lib/test/
H A Dtest_asyncore.py232 real_t, real_v, real_tb = sys.exc_info()
H A Dtest_contextlib_async.py664 async def __aexit__(self, *exc_info):
H A Dtest_launcher.py155 def __exit__(self, *exc_info):
H A Dtest_sys_settrace.py24 def __exit__(self, *exc_info):
36 async def __aexit__(self, *exc_info):
H A Dtest_threading.py1471 args = threading.ExceptHookArgs([*sys.exc_info(), None])
H A Dtest_contextlib.py725 def __exit__(self, *exc_info):
H A Dtest_concurrent_futures.py1048 sys.excepthook(*sys.exc_info())
H A Dtest_tempfile.py1486 def __exit__(self, *exc_info):
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()))
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py677 if sys.exc_info() is not None:
/third_party/python/Lib/
H A Dcgi.py894 type, value, tb = sys.exc_info()
H A Dthreading.py1329 sys_exc_info = _sys.exc_info
H A Dpickle.py1492 (klass.__name__, str(err)), sys.exc_info()[2])
H A Dinspect.py1759 return getinnerframes(sys.exc_info()[2], context)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_selector_events.py449 exc_info=(MyError, MOCK_ANY, MOCK_ANY)) variable in SelectorTransportTests.test_fatal_error_custom_exception.MyError
1366 exc_info=(MyException, MOCK_ANY, MOCK_ANY)) variable in SelectorDatagramTransportTests.test_fatal_error_connected_custom_error.MyException
H A Dtest_unix_events.py736 exc_info=(OSError, MOCK_ANY, MOCK_ANY))
H A Dtest_tasks.py598 and sys.exc_info()[0] is asyncio.CancelledError
/third_party/python/
H A Dsetup.py681 exc_type, why, tb = sys.exc_info()
/third_party/python/Tools/demo/
H A Dspreadsheet.py394 exc = sys.exc_info()[0]
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py645 print(sys.exc_info()[1])
/third_party/python/Lib/idlelib/
H A Dpyshell.py725 type, value, tb = sys.exc_info()
/third_party/python/Lib/test/support/
H A D__init__.py2069 def __exit__(self, *exc_info):
/third_party/python/Lib/tkinter/
H A D__init__.py1666 exc, val, tb = sys.exc_info()

Completed in 64 milliseconds

123456