Home
last modified time | relevance | path

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

/third_party/python/Lib/asyncio/
Dcoroutines.py36 class CoroWrapper: class
126 isinstance(res, CoroWrapper)):
145 w = CoroWrapper(coro(*args, **kwds), func=func)
173 collections.abc.Coroutine, CoroWrapper)
196 is_corowrapper = isinstance(coro, CoroWrapper)
/third_party/python/Lib/test/test_asyncio/
Dtest_tasks.py2359 cw = asyncio.coroutines.CoroWrapper(foo())
2374 cw = asyncio.coroutines.CoroWrapper(foo())
2389 cw = asyncio.coroutines.CoroWrapper(foo())
2393 cw = asyncio.coroutines.CoroWrapper(foo())
2397 cw = asyncio.coroutines.CoroWrapper(foo())
2403 cw = asyncio.coroutines.CoroWrapper(foo())
/third_party/python/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
/third_party/python/Misc/
DHISTORY2078 - Issue #21209: Fix asyncio.tasks.CoroWrapper to workaround a bug
2081 - asyncio: Add gi_{frame,running,code} properties to CoroWrapper