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

Method flush

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

Source from the content-addressed store, hash-verified

516 return False
517
518 def flush(self, out: CWriter) -> None:
519 self._print(out)
520 self.clear_dead_inputs()
521 self._push_defined_outputs()
522 self.stack.flush(out)
523
524 def save(self, out: CWriter) -> None:
525 assert self.spilled >= 0

Callers

nothing calls this directly

Calls 4

_printMethod · 0.95
clear_dead_inputsMethod · 0.95
_push_defined_outputsMethod · 0.95
flushMethod · 0.45

Tested by

no test coverage detected