Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dcoroutines.py35 class CoroWrapper: class
122 isinstance(res, CoroWrapper)):
141 w = CoroWrapper(coro(*args, **kwds), func=func)
169 collections.abc.Coroutine, CoroWrapper)
192 is_corowrapper = isinstance(coro, CoroWrapper)
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py1908 cw = asyncio.coroutines.CoroWrapper(foo())
1923 cw = asyncio.coroutines.CoroWrapper(foo())
1938 cw = asyncio.coroutines.CoroWrapper(foo())
1942 cw = asyncio.coroutines.CoroWrapper(foo())
1946 cw = asyncio.coroutines.CoroWrapper(foo())
1952 cw = asyncio.coroutines.CoroWrapper(foo())
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst4530 Fix asyncio.tasks.CoroWrapper to workaround a bug in yield-from
4540 asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream
/external/python/cpython3/Misc/
DHISTORY2078 - Issue #21209: Fix asyncio.tasks.CoroWrapper to workaround a bug
2081 - asyncio: Add gi_{frame,running,code} properties to CoroWrapper