Home
last modified time | relevance | path

Searched refs:LOAD_DEREF (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h145 #define LOAD_DEREF 136 /* Load and dereference from closure cell */ macro
/external/python/cpython2/Doc/library/
Ddis.rst780 .. opcode:: LOAD_DEREF (i)
/external/python/cpython2/Python/
Dcompile.c907 case LOAD_DEREF: in opcode_stack_effect()
2361 case Load: op = LOAD_DEREF; break; in compiler_nameop()
Dceval.c2413 TARGET(LOAD_DEREF) in PyEval_EvalFrameEx()