Home
last modified time | relevance | path

Searched refs:LIST_TO_TUPLE (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dopcode.h67 #define LIST_TO_TUPLE 82 macro
/third_party/python/Misc/NEWS.d/
D3.9.0a3.rst59 * LIST_TO_TUPLE
/third_party/python/Doc/library/
Ddis.rst909 .. opcode:: LIST_TO_TUPLE
/third_party/python/Python/
Dcompile.c1194 case LIST_TO_TUPLE: in stack_effect()
3881 ADDOP(c, LIST_TO_TUPLE); in starunpack_helper()
Dceval.c3179 case TARGET(LIST_TO_TUPLE): { in _PyEval_EvalFrameDefault()