Searched refs:CONTAINS_OP (Results 1 – 6 of 6) sorted by relevance
98 #define CONTAINS_OP 118 macro
195 * CONTAINS_OP for 'in' and 'is not' tests
1009 case CONTAINS_OP: in stack_effect()2507 ADDOP_I(c, CONTAINS_OP, 0); in compiler_addcompare()2510 ADDOP_I(c, CONTAINS_OP, 1); in compiler_addcompare()
3031 case TARGET(CONTAINS_OP): { in _PyEval_EvalFrameDefault()
915 .. opcode:: CONTAINS_OP (invert)
1180 * ``CONTAINS_OP`` for 'in' and 'not in' tests