Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ emit_text
Method
emit_text
Tools/cases_generator/cwriter.py:75–76 ·
view source on GitHub ↗
(self, txt: str)
Source
from the content-addressed store, hash-verified
73
self.indents.append(self.indents[-1] + 4)
74
75
def
emit_text(self, txt: str) -> None:
76
self.out.write(txt)
77
78
def
emit_multiline_comment(self, tkn: Token) -> None:
79
self.set_position(tkn)
Callers
2
emit_token
Method · 0.95
emit_str
Method · 0.95
Calls
1
write
Method · 0.45
Tested by
no test coverage detected