Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ comment
Method
comment
Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:1953–1955 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
1951
# N O N - H T M L
1952
1953
def
comment(self, s):
1954
if
s:
1955
self.write(
'<!-- %s -->'
% object2SpacedString(s))
1956
1957
if
__name__ ==
'__main__'
:
1958
import
doctest
Callers
15
importJs
Method · 0.95
importCss
Method · 0.95
importHtml
Method · 0.95
_div
Method · 0.95
write_head
Method · 0.80
build_html
Method · 0.80
build_html
Method · 0.80
build_html
Method · 0.80
build_html
Method · 0.80
build_html
Method · 0.80
build_html
Method · 0.80
build_html
Method · 0.80
Calls
2
object2SpacedString
Function · 0.90
write
Method · 0.80
Tested by
no test coverage detected