Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h82 #define INPLACE_OR 79 macro
/external/python/cpython2/Doc/library/
Ddis.rst364 .. opcode:: INPLACE_OR ()
/external/python/cpython2/Python/
Dcompile.c792 case INPLACE_OR: in opcode_stack_effect()
2298 return INPLACE_OR; in inplace_binop()
Dceval.c1813 TARGET_NOARG(INPLACE_OR) in PyEval_EvalFrameEx()