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

Method __init__

Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:286–293  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

284"""
285
286 def __init__(self):
287 super().__init__()
288 self.clearHtml() # Initialize the HTML output stream.
289 self._cssOut = [] # Keep the collected CSS and JS from elements here.
290 self._scssVariables = {}
291 self.clearJs() # Keep optional js chunck names, so avoid double output.
292 self._copyPaths = []
293 self._initialize()
294
295 def get_attribute_exceptions(self, key, value):
296 """

Callers

nothing calls this directly

Calls 3

clearHtmlMethod · 0.95
clearJsMethod · 0.95
_initializeMethod · 0.45

Tested by

no test coverage detected