Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h122 #define BUILD_SET_UNPACK 153 macro
/external/python/cpython3/Doc/library/
Ddis.rst880 .. opcode:: BUILD_SET_UNPACK (count)
/external/python/cpython3/Python/
Dcompile.c1013 case BUILD_SET_UNPACK: in stack_effect()
3412 BUILD_SET, BUILD_SET_UNPACK); in compiler_set()
Dceval.c2346 TARGET(BUILD_SET_UNPACK) { in _PyEval_EvalFrameDefault()