Home
last modified time | relevance | path

Searched refs:push_async_exit (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_contextlib_async.py352 stack.push_async_exit(_expect_ok)
355 stack.push_async_exit(cm)
357 stack.push_async_exit(_suppress_exc)
360 stack.push_async_exit(cm)
362 stack.push_async_exit(_expect_exc)
364 stack.push_async_exit(_expect_exc)
407 stack.push_async_exit(suppress_exc)
/external/python/cpython3/Lib/
Dcontextlib.py560 def push_async_exit(self, exit): member in AsyncExitStack
/external/python/cpython3/Doc/library/
Dcontextlib.rst471 .. method:: push_async_exit(exit)