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

Method start_line

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

Source from the content-addressed store, hash-verified

125 assert False
126
127 def start_line(self) -> None:
128 if not self.newline:
129 self.out.write("\n")
130 self.newline = True
131 self.last_token = None
132
133 def emit_spill(self) -> None:
134 if self.pending_reload:

Callers 15

generate_tier2Function · 0.95
generate_tier1_casesFunction · 0.95
deopt_ifMethod · 0.80
error_ifMethod · 0.80
write_uopFunction · 0.80
push_cacheMethod · 0.80
_save_physical_spMethod · 0.80
save_variablesMethod · 0.80
stack_bound_checkMethod · 0.80
flushMethod · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected