Home
last modified time | relevance | path

Searched refs:cr_running (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/asyncio/
Dcoroutines.py217 return coro.cr_running
/third_party/python/Lib/
Dtypes.py239 cr_running = gi_running variable in _GeneratorWrapper
Dinspect.py1835 if coroutine.cr_running:
/third_party/python/Doc/library/
Dinspect.rst225 | | cr_running | is the coroutine running? |
1376 will accept any coroutine-like object that has ``cr_running`` and
/third_party/python/Lib/test/
Dtest_types.py1877 self.assertIs(wrapper.cr_running, gen.gi_running)
/third_party/python/Lib/test/test_asyncio/
Dtest_events.py2291 coro.cr_running = True