HomeSort by relevance Sort by last modified time
    Searched refs:cr_running (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Lib/asyncio/
coroutines.py 164 def cr_running(self): function in function:CoroWrapper.gi_code
165 return self.gen.cr_running
287 running = coro.cr_running
  /external/python/cpython3/Lib/
types.py 201 cr_running = gi_running variable in class:_GeneratorWrapper
inspect.py     [all...]
  /external/python/cpython3/Objects/
genobject.c 968 {"cr_running", T_BOOL, offsetof(PyCoroObject, cr_running), READONLY},
    [all...]
  /external/python/cpython3/Lib/test/
test_types.py     [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_events.py     [all...]

Completed in 111 milliseconds