Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h27 #define BINARY_SUBTRACT 24 macro
/third_party/python/Python/
Dcompile.c992 case BINARY_SUBTRACT: in stack_effect()
3611 return BINARY_SUBTRACT; in binop()
5830 ADDOP(c, BINARY_SUBTRACT); in pattern_helper_sequence_subscr()
Dceval.c2094 case TARGET(BINARY_SUBTRACT): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst451 .. opcode:: BINARY_SUBTRACT