Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h134 #define LIST_EXTEND 162 macro
/third_party/python/Misc/NEWS.d/
D3.9.0a3.rst60 * LIST_EXTEND
/third_party/python/Python/
Dcompile.c1198 case LIST_EXTEND: in stack_effect()
3934 LIST_APPEND, LIST_EXTEND, 0); in compiler_list()
3950 LIST_APPEND, LIST_EXTEND, 1); in compiler_tuple()
4492 LIST_APPEND, LIST_EXTEND, 1) == 0) { in compiler_call_helper()
Dceval.c3190 case TARGET(LIST_EXTEND): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst916 .. opcode:: LIST_EXTEND (i)