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