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.py902 self.assertIsNone(coro_b.cr_await)
905 self.assertIsNone(coro_b.cr_await)
911 self.assertIsNone(coro_b.cr_await)
913 self.assertIsNone(coro_b.cr_await)
917 self.assertIsNone(coro_b.cr_await)
921 self.assertEqual(coro_b.cr_await.cr_await.gi_code.co_name, 'a')
926 self.assertIsNone(coro_b.cr_await)
Dtest_types.py1920 self.assertIs(wrapper.cr_await, gen.gi_yieldfrom)
/external/python/cpython3/Lib/
Dtypes.py240 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.rst221 | | cr_await | object being awaited on, |