Searched refs:cr_await (Results 1 – 5 of 5) sorted by relevance
901 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)
1469 self.assertIs(wrapper.cr_await, gen.gi_yieldfrom)
228 cr_await = gi_yieldfrom variable in _GeneratorWrapper
53 Add gi_yieldfrom to generators and cr_await to coroutines. Contributed by
209 | | cr_await | object being awaited on, |