Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_opcode.h103 [DELETE_SUBSCR] = DELETE_SUBSCR,
303 [DELETE_SUBSCR] = "DELETE_SUBSCR",
/third_party/python/Include/
H A Dopcode.h34 #define DELETE_SUBSCR 61 macro
/third_party/python/Python/
H A Dcompile.c976 case DELETE_SUBSCR: in stack_effect()
6247 case Del: op = DELETE_SUBSCR; break; in compiler_subscript()
6743 ADDOP(c, DELETE_SUBSCR); // [copy, keys...] in compiler_pattern_mapping()
H A Dceval.c2376 TARGET(DELETE_SUBSCR) {

Completed in 23 milliseconds