Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h79 #define UNPACK_EX 94 macro
/third_party/python/Python/
Dcompile.c1060 case UNPACK_EX: in stack_effect()
3899 ADDOP_I(c, UNPACK_EX, (i + ((n-i-1) << 8))); in unpack_helper()
5770 ADDOP_I(c, UNPACK_EX, (i + ((n-i-1) << 8))); in pattern_unpack_helper()
Dceval.c2829 case TARGET(UNPACK_EX): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst822 .. opcode:: UNPACK_EX (counts)