Home
last modified time | relevance | path

Searched refs:asynccontextmanager (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_contextlib_async.py2 from contextlib import asynccontextmanager, AbstractAsyncContextManager, AsyncExitStack
77 @asynccontextmanager
91 @asynccontextmanager
108 @asynccontextmanager
118 @asynccontextmanager
131 @asynccontextmanager
141 @asynccontextmanager
152 @asynccontextmanager
167 @asynccontextmanager
184 @asynccontextmanager
[all …]
/external/python/cpython3/Lib/
Dcontextlib.py243 def asynccontextmanager(func): function
/external/python/cpython3/Doc/library/
Dcontextlib.rst100 .. decorator:: asynccontextmanager
113 from contextlib import asynccontextmanager
115 @asynccontextmanager
484 Continuing the example for :func:`asynccontextmanager`::
/external/python/cpython3/Doc/whatsnew/
D3.7.rst827 The new :func:`~contextlib.asynccontextmanager`,