Searched refs:MAP_ADD (Results 1 – 5 of 5) sorted by relevance
125 #define MAP_ADD 147 macro
646 .. opcode:: MAP_ADD (i)655 For all of the :opcode:`SET_ADD`, :opcode:`LIST_APPEND` and :opcode:`MAP_ADD`
983 case MAP_ADD: in stack_effect()4006 ADDOP_I(c, MAP_ADD, 1); in compiler_subdict()4417 ADDOP_I_NOLINE(c, MAP_ADD, 1); in compiler_subkwargs()4676 ADDOP_I(c, MAP_ADD, depth + 1); in compiler_sync_comprehension_generator()4774 ADDOP_I(c, MAP_ADD, depth + 1); in compiler_async_comprehension_generator()
3389 case TARGET(MAP_ADD): { in _PyEval_EvalFrameDefault()
2161 * The :opcode:`MAP_ADD` now expects the value as the first element in the