Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h73 #define UNPACK_EX 94 macro
/external/python/cpython3/Doc/library/
Ddis.rst766 .. opcode:: UNPACK_EX (counts)
/external/python/cpython3/Python/
Dcompile.c987 case UNPACK_EX: in stack_effect()
3360 ADDOP_I(c, UNPACK_EX, (i + ((n-i-1) << 8))); in assignment_helper()
Dceval.c1994 TARGET(UNPACK_EX) { in _PyEval_EvalFrameDefault()