Searched defs:exc_details (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_contextlib_async.py | 289 def __exit__(self, *exc_details): 337 async def _suppress_exc(*exc_details): 348 async def __aexit__(self, *exc_details): 373 async def __aexit__(self, *exc_details): 397 async def suppress_exc(*exc_details):
|
D | test_contextlib.py | 604 def _suppress_exc(*exc_details): 615 def __exit__(self, *exc_details): 638 def __exit__(self, *exc_details): 696 def __exit__(self, *exc_details): 705 def __exit__(self, *exc_details): 714 def __exit__(self, *exc_details): 742 def suppress_exc(*exc_details): 772 def suppress_exc(*exc_details): 854 def suppress_exc(*exc_details):
|
/external/python/cpython3/Lib/ |
D | contextlib.py | 468 def __exit__(self, *exc_details): 605 async def __aexit__(self, *exc_details):
|
/external/python/cpython3/Lib/importlib/ |
D | _bootstrap_external.py | 438 def _classify_pyc(data, name, exc_details): argument 472 exc_details): argument 499 def _validate_hash_pyc(data, source_hash, name, exc_details): argument
|