Home
last modified time | relevance | path

Searched refs:MAP_ADD (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dopcode.h125 #define MAP_ADD 147 macro
/third_party/python/Doc/library/
Ddis.rst646 .. opcode:: MAP_ADD (i)
655 For all of the :opcode:`SET_ADD`, :opcode:`LIST_APPEND` and :opcode:`MAP_ADD`
/third_party/python/Python/
Dcompile.c983 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()
Dceval.c3389 case TARGET(MAP_ADD): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/whatsnew/
D3.8.rst2161 * The :opcode:`MAP_ADD` now expects the value as the first element in the