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

  /external/python/cpython3/Include/
opcode.h 51 #define YIELD_FROM 72
  /external/python/cpython3/Python/
compile.c 951 case YIELD_FROM:
    [all...]
ceval.c     [all...]
  /external/python/cpython3/Objects/
genobject.c 359 /* Return immediately if the frame didn't start yet. YIELD_FROM
361 with YIELD_FROM */
362 assert(code[0] != YIELD_FROM);
366 if (code[f->f_lasti + sizeof(_Py_CODEUNIT)] != YIELD_FROM)
473 /* Termination repetition of YIELD_FROM */
    [all...]

Completed in 134 milliseconds