MCPcopy Create free account
hub / github.com/PageBot/PageBot / script_

Method script_

Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:1654–1657  ·  view source on GitHub ↗
(self, js, charset='UTF-8', scriptType='text/javascript', **args)

Source from the content-addressed store, hash-verified

1652 self.newLine() # Optional newline is self.compact is False.
1653
1654 def script_(self, js, charset='UTF-8', scriptType='text/javascript', **args):
1655 self.script(charset='UTF-8', scriptType='text/javascript', **args)
1656 self.addHtml(js)
1657 self._script()
1658
1659 #
1660 # L I S T things

Callers

nothing calls this directly

Calls 3

scriptMethod · 0.95
addHtmlMethod · 0.95
_scriptMethod · 0.95

Tested by

no test coverage detected