Home
last modified time | relevance | path

Searched refs:CONTAINS_OP (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dopcode.h103 #define CONTAINS_OP 118 macro
/third_party/python/Misc/NEWS.d/
D3.9.0a3.rst195 * CONTAINS_OP for 'in' and 'is not' tests
/third_party/python/Python/
Dcompile.c1091 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()
Dceval.c3629 case TARGET(CONTAINS_OP): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst962 .. opcode:: CONTAINS_OP (invert)
/third_party/python/Doc/whatsnew/
D3.9.rst1203 * ``CONTAINS_OP`` for 'in' and 'not in' tests