Home
last modified time | relevance | path

Searched refs:cr_await (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_coroutines.py901 self.assertIsNone(coro_b.cr_await)
904 self.assertIsNone(coro_b.cr_await)
910 self.assertIsNone(coro_b.cr_await)
912 self.assertIsNone(coro_b.cr_await)
916 self.assertIsNone(coro_b.cr_await)
920 self.assertEqual(coro_b.cr_await.cr_await.gi_code.co_name, 'a')
925 self.assertIsNone(coro_b.cr_await)
Dtest_types.py1469 self.assertIs(wrapper.cr_await, gen.gi_yieldfrom)
/external/python/cpython3/Lib/
Dtypes.py228 cr_await = gi_yieldfrom variable in _GeneratorWrapper
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b3.rst53 Add gi_yieldfrom to generators and cr_await to coroutines. Contributed by
/external/python/cpython3/Doc/library/
Dinspect.rst209 | | cr_await | object being awaited on, |