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

Method emit_spill

Tools/cases_generator/cwriter.py:133–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131 self.last_token = None
132
133 def emit_spill(self) -> None:
134 if self.pending_reload:
135 self.pending_reload = False
136 return
137 assert not self.pending_spill
138 self.pending_spill = True
139
140 def maybe_write_spill(self) -> None:
141 if self.pending_spill:

Callers 2

saveMethod · 0.80
save_inputsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected