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

Method __init__

Lib/pagebot/contexts/htmlcontext/htmlcontext.py:52–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 EXPORT_TYPES = ('html', 'css', 'js')
51
52 def __init__(self):
53 super().__init__()
54 self.b = HtmlBuilder()
55 self._fill = noColor
56 self._numberOfPages = 1
57
58 # Drawing.
59

Callers

nothing calls this directly

Calls 1

HtmlBuilderClass · 0.90

Tested by

no test coverage detected