Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h46 #define INPLACE_MODULO 59 macro
/third_party/python/Doc/library/
Ddis.rst520 .. opcode:: INPLACE_MODULO
/third_party/python/Python/
Dcompile.c1005 case INPLACE_MODULO: in stack_effect()
3656 return INPLACE_MODULO; in inplace_binop()
Dceval.c2262 case TARGET(INPLACE_MODULO): { in _PyEval_EvalFrameDefault()