Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dcoroutines.py217 return coro.cr_running
/external/python/cpython3/Lib/
Dtypes.py234 cr_running = gi_running variable in _GeneratorWrapper
Dinspect.py1709 if coroutine.cr_running:
/external/python/cpython3/Objects/
Dgenobject.c935 {"cr_running", T_BOOL, offsetof(PyCoroObject, cr_running), READONLY},
/external/python/cpython3/Doc/library/
Dinspect.rst223 | | cr_running | is the coroutine running? |
1295 will accept any coroutine-like object that has ``cr_running`` and
/external/python/cpython3/Lib/test/
Dtest_types.py1495 self.assertIs(wrapper.cr_running, gen.gi_running)
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py2268 coro.cr_running = True