Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h114 #define BUILD_SLICE 133 macro
/third_party/python/Doc/library/
Ddis.rst1202 .. opcode:: BUILD_SLICE (argc)
/third_party/python/Python/
Dcompile.c1150 case BUILD_SLICE: in stack_effect()
5640 ADDOP_I(c, BUILD_SLICE, n); in compiler_slice()
Dceval.c4323 case TARGET(BUILD_SLICE): { in _PyEval_EvalFrameDefault()