Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h127 #define BUILD_TUPLE_UNPACK_WITH_CALL 158 macro
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b2.rst333 argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
D3.7.0a1.rst4331 argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
/external/python/cpython3/Doc/library/
Ddis.rst862 .. opcode:: BUILD_TUPLE_UNPACK_WITH_CALL (count)
1105 :opcode:`BUILD_TUPLE_UNPACK_WITH_CALL` can be used for merging multiple
/external/python/cpython3/Python/
Dceval.c2282 TARGET(BUILD_TUPLE_UNPACK_WITH_CALL) in _PyEval_EvalFrameDefault()
2298 if (opcode == BUILD_TUPLE_UNPACK_WITH_CALL && in _PyEval_EvalFrameDefault()
Dcompile.c1012 case BUILD_TUPLE_UNPACK_WITH_CALL: in stack_effect()
3724 ADDOP_I(c, BUILD_TUPLE_UNPACK_WITH_CALL, nsubargs); in compiler_call_helper()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2366 :opcode:`BUILD_TUPLE_UNPACK_WITH_CALL` have been added, and