Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clips/pattern
/ put_newline
Method
put_newline
pattern/web/pdf/converter.py:320–322 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
318
return
319
320
def
put_newline(self):
321
self.write(
'<br>'
)
322
return
323
324
def
end_textbox(self, color):
325
if
self._font is not None:
Callers
1
render
Method · 0.95
Calls
1
write
Method · 0.95
Tested by
no test coverage detected