Searched refs:cr_running (Results 1 – 7 of 7) sorted by relevance
217 return coro.cr_running
234 cr_running = gi_running variable in _GeneratorWrapper
1709 if coroutine.cr_running:
935 {"cr_running", T_BOOL, offsetof(PyCoroObject, cr_running), READONLY},
223 | | cr_running | is the coroutine running? |1295 will accept any coroutine-like object that has ``cr_running`` and
1495 self.assertIs(wrapper.cr_running, gen.gi_running)
2268 coro.cr_running = True