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

  /external/python/cpython3/Lib/asyncio/
coroutines.py 168 def cr_code(self): function in function:CoroWrapper.gi_code
169 return self.gen.cr_code
276 if not hasattr(coro, 'cr_code') and not hasattr(coro, 'gi_code'):
314 coro_code = coro.cr_code
  /external/python/cpython3/Lib/
types.py 199 cr_code = gi_code variable in class:_GeneratorWrapper
  /external/python/cpython3/Lib/test/
test_types.py     [all...]
test_coroutines.py 503 self.assertTrue(bool(f.cr_code.co_flags & inspect.CO_COROUTINE))
504 self.assertFalse(bool(f.cr_code.co_flags & inspect.CO_GENERATOR))
    [all...]
  /external/python/cpython3/Objects/
genobject.c 969 {"cr_code", T_OBJECT, offsetof(PyCoroObject, cr_code), READONLY},
    [all...]

Completed in 473 milliseconds