Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
179
class
BufferSeries:
Callers
15
write_tailcall_dispatch_table
Function · 0.45
generate_recorder_functions
Function · 0.45
generate_tier2
Function · 0.45
write_header
Function · 0.45
generate_tier1
Function · 0.45
set_position
Method · 0.45
emit_at
Method · 0.45
emit_text
Method · 0.45
emit_multiline_comment
Method · 0.45
emit_str
Method · 0.45
start_line
Method · 0.45
header_guard
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected