Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h56 #define STORE_MAP 54 macro
/external/python/cpython2/Doc/library/
Ddis.rst752 .. opcode:: STORE_MAP ()
/external/python/cpython2/Python/
Dcompile.c762 case STORE_MAP: in opcode_stack_effect()
2993 ADDOP(c, STORE_MAP); in compiler_visit_expr()
Dceval.c2520 TARGET_NOARG(STORE_MAP) in PyEval_EvalFrameEx()
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst409 new opcode, STORE_MAP, for adding entries to the dictionary.