MCPcopy 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
1957if __name__ == '__main__':
1958 import doctest

Callers 15

importJsMethod · 0.95
importCssMethod · 0.95
importHtmlMethod · 0.95
_divMethod · 0.95
write_headMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80

Calls 2

object2SpacedStringFunction · 0.90
writeMethod · 0.80

Tested by

no test coverage detected