MCPcopy Index your code
hub / github.com/python/cpython / scalarize_stack

Function scalarize_stack

Tools/cases_generator/analyzer.py:1030–1033  ·  view source on GitHub ↗
(stack: StackEffect, oparg: int)

Source from the content-addressed store, hash-verified

1028 ] + items[index+1:]
1029
1030def scalarize_stack(stack: StackEffect, oparg: int) -> StackEffect:
1031 stack.inputs = expand(stack.inputs, oparg)
1032 stack.outputs = expand(stack.outputs, oparg)
1033 return stack
1034
1035def make_uop(
1036 name: str,

Callers 1

make_uopFunction · 0.85

Calls 1

expandFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…