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

Method save

Tools/cases_generator/stack.py:524–529  ·  view source on GitHub ↗
(self, out: CWriter)

Source from the content-addressed store, hash-verified

522 self.stack.flush(out)
523
524 def save(self, out: CWriter) -> None:
525 assert self.spilled >= 0
526 if self.spilled == 0:
527 out.start_line()
528 out.emit_spill()
529 self.spilled += 1
530
531 def save_inputs(self, out: CWriter) -> None:
532 assert self.spilled >= 0

Callers 2

close_variableMethod · 0.95
emit_saveMethod · 0.45

Calls 2

start_lineMethod · 0.80
emit_spillMethod · 0.80

Tested by

no test coverage detected