Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h98 #define CONTAINS_OP 118 macro
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a3.rst195 * CONTAINS_OP for 'in' and 'is not' tests
/external/python/cpython3/Python/
Dcompile.c1009 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()
Dceval.c3031 case TARGET(CONTAINS_OP): { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/library/
Ddis.rst915 .. opcode:: CONTAINS_OP (invert)
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1180 * ``CONTAINS_OP`` for 'in' and 'not in' tests