Searched refs:CONTAINS_OP (Results 1 – 6 of 6) sorted by relevance
103 #define CONTAINS_OP 118 macro
195 * CONTAINS_OP for 'in' and 'is not' tests
1091 case CONTAINS_OP: in stack_effect()2629 ADDOP_I(c, CONTAINS_OP, 0); in compiler_addcompare()2632 ADDOP_I(c, CONTAINS_OP, 1); in compiler_addcompare()
3629 case TARGET(CONTAINS_OP): { in _PyEval_EvalFrameDefault()
962 .. opcode:: CONTAINS_OP (invert)
1203 * ``CONTAINS_OP`` for 'in' and 'not in' tests