Home
last modified time | relevance | path

Searched refs:excinfo (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_eof.py51 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 Dtest_argparse.py2202 with self.assertRaises(ArgumentParserError) as excinfo:
2205 excinfo.exception.stderr,
2214 with self.assertRaises(ArgumentParserError) as excinfo:
2217 excinfo.exception.stderr,
H A Dtest_sys_settrace.py1285 def __exit__(self, *excinfo):
H A Dtest_tarfile.py2499 with self.assertRaises(tarfile.ReadError) as excinfo:
2506 str(excinfo.exception),
/third_party/skia/infra/bots/
H A Dutils.py161 def RmTreeOnError(function, path, excinfo):
175 exception_type = excinfo[0]
176 exception_value = excinfo[1]
/third_party/python/Lib/
H A Dcontextlib.py757 def __exit__(self, *excinfo):
763 async def __aexit__(self, *excinfo):
778 def __exit__(self, *excinfo):
/third_party/libfuse/test/
H A Dconftest.py20 failed = outcome.excinfo is not None
/third_party/python/Lib/idlelib/
H A Drun.py240 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 Dwin_tool.py97 def _on_error(fn, path, excinfo):
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py97 def _on_error(fn, path, excinfo):

Completed in 22 milliseconds