Home
last modified time | relevance | path

Searched defs:exc_details (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_contextlib_async.py289 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):
Dtest_contextlib.py604 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/
Dcontextlib.py468 def __exit__(self, *exc_details):
605 async def __aexit__(self, *exc_details):
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py438 def _classify_pyc(data, name, exc_details): argument
472 exc_details): argument
499 def _validate_hash_pyc(data, source_hash, name, exc_details): argument