Searched refs:excinfo (Results 1 - 10 of 10) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_eof.py | 51 with self.assertRaises(SyntaxError) as excinfo: 53 self.assertEqual(str(excinfo.exception), expect) 54 with self.assertRaises(SyntaxError) as excinfo: 56 self.assertEqual(str(excinfo.exception), expect)
|
H A D | test_argparse.py | 2202 with self.assertRaises(ArgumentParserError) as excinfo: 2205 excinfo.exception.stderr, 2214 with self.assertRaises(ArgumentParserError) as excinfo: 2217 excinfo.exception.stderr,
|
H A D | test_sys_settrace.py | 1285 def __exit__(self, *excinfo):
|
H A D | test_tarfile.py | 2499 with self.assertRaises(tarfile.ReadError) as excinfo: 2506 str(excinfo.exception),
|
/third_party/skia/infra/bots/ |
H A D | utils.py | 161 def RmTreeOnError(function, path, excinfo): 175 exception_type = excinfo[0] 176 exception_value = excinfo[1]
|
/third_party/python/Lib/ |
H A D | contextlib.py | 757 def __exit__(self, *excinfo): 763 async def __aexit__(self, *excinfo): 778 def __exit__(self, *excinfo):
|
/third_party/libfuse/test/ |
H A D | conftest.py | 20 failed = outcome.excinfo is not None
|
/third_party/python/Lib/idlelib/ |
H A D | run.py | 240 typ, val, tb = excinfo = sys.exc_info() 241 sys.last_type, sys.last_value, sys.last_traceback = excinfo
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | win_tool.py | 97 def _on_error(fn, path, excinfo):
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | win_tool.py | 97 def _on_error(fn, path, excinfo):
|
Completed in 22 milliseconds