Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h70 #define INPLACE_POWER 67 macro
/external/python/cpython2/Doc/library/
Ddis.rst302 .. opcode:: INPLACE_POWER ()
/external/python/cpython2/Python/
Dcompile.c773 case INPLACE_POWER: in opcode_stack_effect()
2292 return INPLACE_POWER; in inplace_binop()
Dceval.c1633 TARGET_NOARG(INPLACE_POWER) in PyEval_EvalFrameEx()