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.py385 stack.push_async_exit(_expect_ok)
388 stack.push_async_exit(cm)
390 stack.push_async_exit(_suppress_exc)
393 stack.push_async_exit(cm)
395 stack.push_async_exit(_expect_exc)
397 stack.push_async_exit(_expect_exc)
440 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)