Searched defs:excinfo (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/infra/bots/ |
D | utils.py | 158 def RmTreeOnError(function, path, excinfo): argument
|
/third_party/skia/infra/bots/ |
D | utils.py | 161 def RmTreeOnError(function, path, excinfo): argument
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | win_tool.py | 96 def _on_error(fn, path, excinfo): argument
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | win_tool.py | 99 def _on_error(fn, path, excinfo): argument
|
/third_party/python/Lib/ |
D | contextlib.py | 738 def __exit__(self, *excinfo): 744 async def __aexit__(self, *excinfo):
|