Searched refs:BUILD_LIST (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/ |
D | opcode.h | 88 #define BUILD_LIST 103 macro
|
/third_party/python/Python/ |
D | compile.c | 1079 case BUILD_LIST: in stack_effect() 3933 return starunpack_helper(c, elts, 0, BUILD_LIST, in compiler_list() 3949 return starunpack_helper(c, elts, 0, BUILD_LIST, in compiler_tuple() 4321 ADDOP_I(c, BUILD_LIST, 0); in compiler_joined_str() 4491 else if (starunpack_helper(c, args, n, BUILD_LIST, in compiler_call_helper() 4825 op = BUILD_LIST; in compiler_comprehension()
|
D | ceval.c | 3167 case TARGET(BUILD_LIST): { in _PyEval_EvalFrameDefault()
|
/third_party/python/Doc/library/ |
D | dis.rst | 871 .. opcode:: BUILD_LIST (count)
|