Searched refs:BUILD_TUPLE_UNPACK_WITH_CALL (Results 1 – 7 of 7) sorted by relevance
127 #define BUILD_TUPLE_UNPACK_WITH_CALL 158 macro
333 argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
4331 argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
862 .. opcode:: BUILD_TUPLE_UNPACK_WITH_CALL (count)1105 :opcode:`BUILD_TUPLE_UNPACK_WITH_CALL` can be used for merging multiple
2282 TARGET(BUILD_TUPLE_UNPACK_WITH_CALL) in _PyEval_EvalFrameDefault()2298 if (opcode == BUILD_TUPLE_UNPACK_WITH_CALL && in _PyEval_EvalFrameDefault()
1012 case BUILD_TUPLE_UNPACK_WITH_CALL: in stack_effect()3724 ADDOP_I(c, BUILD_TUPLE_UNPACK_WITH_CALL, nsubargs); in compiler_call_helper()
2366 :opcode:`BUILD_TUPLE_UNPACK_WITH_CALL` have been added, and