Home
last modified time | relevance | path

Searched refs:YIELD_VALUE (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_opcode.h236 [YIELD_VALUE] = YIELD_VALUE,
328 [YIELD_VALUE] = "YIELD_VALUE",
/third_party/python/Include/
H A Dopcode.h45 #define YIELD_VALUE 86 macro
/third_party/python/Python/
H A Dcompile.c994 case YIELD_VALUE: in stack_effect()
1980 ADDOP(c, YIELD_VALUE); in compiler_add_yield_from()
4242 ADDOP(c, YIELD_VALUE); in addop_yield()
H A Dceval.c2644 TARGET(YIELD_VALUE) {

Completed in 23 milliseconds