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

Method write

Tools/clinic/libclinic/codegen.py:175–176  ·  view source on GitHub ↗
(self, text: str)

Source from the content-addressed store, hash-verified

173 write("\n")
174
175 def write(self, text: str) -> None:
176 self.f.write(text)
177
178
179class BufferSeries:

Callers 15

generate_tier2Function · 0.45
write_headerFunction · 0.45
generate_tier1Function · 0.45
set_positionMethod · 0.45
emit_atMethod · 0.45
emit_textMethod · 0.45
emit_strMethod · 0.45
start_lineMethod · 0.45
header_guardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected