Searched refs:cr_running (Results 1 – 7 of 7) sorted by relevance
213 return coro.cr_running
227 cr_running = gi_running variable in _GeneratorWrapper
1670 if coroutine.cr_running:
950 {"cr_running", T_BOOL, offsetof(PyCoroObject, cr_running), READONLY},
214 | | cr_running | is the coroutine running? |1255 will accept any coroutine-like object that has ``cr_running`` and
1466 self.assertIs(wrapper.cr_running, gen.gi_running)
2829 coro.cr_running = True