Home
last modified time | relevance | path

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

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