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
43 @asynccontextmanager
99 @asynccontextmanager
113 @asynccontextmanager
130 @asynccontextmanager
140 @asynccontextmanager
153 @asynccontextmanager
163 @asynccontextmanager
174 @asynccontextmanager
189 @asynccontextmanager
[all …]
/external/python/cpython3/Lib/
Dcontextlib.py248 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.rst832 The new :func:`~contextlib.asynccontextmanager`,