/third_party/python/Lib/test/ |
H A D | test_asyncore.py | 232 real_t, real_v, real_tb = sys.exc_info()
|
H A D | test_contextlib_async.py | 664 async def __aexit__(self, *exc_info):
|
H A D | test_launcher.py | 155 def __exit__(self, *exc_info):
|
H A D | test_sys_settrace.py | 24 def __exit__(self, *exc_info): 36 async def __aexit__(self, *exc_info):
|
H A D | test_threading.py | 1471 args = threading.ExceptHookArgs([*sys.exc_info(), None])
|
H A D | test_contextlib.py | 725 def __exit__(self, *exc_info):
|
H A D | test_concurrent_futures.py | 1048 sys.excepthook(*sys.exc_info())
|
H A D | test_tempfile.py | 1486 def __exit__(self, *exc_info):
|
H A D | test_itertools.py | 575 count(1, maxsize+5); sys.exc_info()
|
H A D | test_tarfile.py | 3804 def __exit__(self, *exc_info):
|
H A D | test_ssl.py | 266 exc_format = ' '.join(traceback.format_exception(*sys.exc_info()))
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | environment.py | 677 if sys.exc_info() is not None:
|
/third_party/python/Lib/ |
H A D | cgi.py | 894 type, value, tb = sys.exc_info()
|
H A D | threading.py | 1329 sys_exc_info = _sys.exc_info
|
H A D | pickle.py | 1492 (klass.__name__, str(err)), sys.exc_info()[2])
|
H A D | inspect.py | 1759 return getinnerframes(sys.exc_info()[2], context)
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_selector_events.py | 449 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 D | test_unix_events.py | 736 exc_info=(OSError, MOCK_ANY, MOCK_ANY))
|
H A D | test_tasks.py | 598 and sys.exc_info()[0] is asyncio.CancelledError
|
/third_party/python/ |
H A D | setup.py | 681 exc_type, why, tb = sys.exc_info()
|
/third_party/python/Tools/demo/ |
H A D | spreadsheet.py | 394 exc = sys.exc_info()[0]
|
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 645 print(sys.exc_info()[1])
|
/third_party/python/Lib/idlelib/ |
H A D | pyshell.py | 725 type, value, tb = sys.exc_info()
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 2069 def __exit__(self, *exc_info):
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 1666 exc, val, tb = sys.exc_info()
|