Home
last modified time | relevance | path

Searched refs:DICT_MERGE (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_opcode.h104 [DICT_MERGE] = DICT_MERGE,
406 [DICT_MERGE] = "DICT_MERGE",
/third_party/python/Include/
H A Dopcode.h113 #define DICT_MERGE 164 macro
/third_party/python/Python/
H A Dcompile.c1178 case DICT_MERGE: in stack_effect()
5171 ADDOP_I(c, DICT_MERGE, 1); in compiler_call_helper()
5181 ADDOP_I(c, DICT_MERGE, 1); in compiler_call_helper()
5193 ADDOP_I(c, DICT_MERGE, 1); in compiler_call_helper()
H A Dceval.c3433 TARGET(DICT_MERGE) {

Completed in 23 milliseconds