Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h61 #define INPLACE_MODULO 59 macro
/external/python/cpython2/Doc/library/
Ddis.rst329 .. opcode:: INPLACE_MODULO ()
/external/python/cpython2/Python/
Dcompile.c758 case INPLACE_MODULO: in opcode_stack_effect()
2290 return INPLACE_MODULO; in inplace_binop()
Dceval.c1696 TARGET_NOARG(INPLACE_MODULO) in PyEval_EvalFrameEx()