Home
last modified time | relevance | path

Searched refs:BUILD_TUPLE_UNPACK (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dopcode.h121 #define BUILD_TUPLE_UNPACK 152 macro
/external/python/cpython3/Doc/library/
Ddis.rst853 .. opcode:: BUILD_TUPLE_UNPACK (count)
864 This is similar to :opcode:`BUILD_TUPLE_UNPACK`,
873 This is similar to :opcode:`BUILD_TUPLE_UNPACK`, but pushes a list
882 This is similar to :opcode:`BUILD_TUPLE_UNPACK`, but pushes a set
/external/python/cpython3/Python/
Dcompile.c1011 case BUILD_TUPLE_UNPACK: in stack_effect()
3401 BUILD_TUPLE, BUILD_TUPLE, BUILD_TUPLE_UNPACK); in compiler_tuple()
Dceval.c2283 TARGET(BUILD_TUPLE_UNPACK) in _PyEval_EvalFrameDefault()