Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ write
Method
write
pattern/web/pdf/converter.py:246–248 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
244
return
245
246
def
write(self, text):
247
self.outfp.write(text)
248
return
249
250
def
write_header(self):
251
self.write(
'<html><head>\n'
)
Callers
15
write_header
Method · 0.95
write_footer
Method · 0.95
write_text
Method · 0.95
place_rect
Method · 0.95
place_image
Method · 0.95
place_text
Method · 0.95
begin_textbox
Method · 0.95
put_text
Method · 0.95
put_newline
Method · 0.95
end_textbox
Method · 0.95
render
Method · 0.95
save
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected