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

Function get_popped

Tools/cases_generator/tier1_generator.py:213–215  ·  view source on GitHub ↗
(inst: Instruction, analysis: Analysis)

Source from the content-addressed store, hash-verified

211 emitter.emit("\n\n")
212
213def get_popped(inst: Instruction, analysis: Analysis) -> str:
214 stack = get_stack_effect(inst)
215 return (-stack.base_offset).to_c()
216
217def generate_tier1_cases(
218 analysis: Analysis, outfile: TextIO, lines: bool

Callers 1

generate_tier1_casesFunction · 0.85

Calls 2

get_stack_effectFunction · 0.90
to_cMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…