Home
last modified time | relevance | path

Searched refs:UNPACK_SEQUENCE (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h98 #define UNPACK_SEQUENCE 92 /* Number of sequence items */ macro
/external/python/cpython2/Python/
Dpeephole.c451 if (codestr[i+3] != UNPACK_SEQUENCE || in PyCode_Optimize()
Dceval.c2211 PREDICTED_WITH_ARG(UNPACK_SEQUENCE); in PyEval_EvalFrameEx()
2212 TARGET(UNPACK_SEQUENCE) in PyEval_EvalFrameEx()
2812 PREDICT(UNPACK_SEQUENCE); in PyEval_EvalFrameEx()
Dcompile.c823 case UNPACK_SEQUENCE: in opcode_stack_effect()
2469 ADDOP_I(c, UNPACK_SEQUENCE, n); in compiler_list()
2483 ADDOP_I(c, UNPACK_SEQUENCE, n); in compiler_tuple()
/external/python/cpython2/Doc/library/
Ddis.rst553 :opcode:`UNPACK_SEQUENCE`).
596 .. opcode:: UNPACK_SEQUENCE (count)
/external/python/cpython2/Lib/compiler/
Dpyassem.py733 def UNPACK_SEQUENCE(self, count): member in StackDepthTracker
/external/python/cpython2/Misc/
DHISTORY12807 thing, which should really be called UNPACK_SEQUENCE.)