MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / title_html

Method title_html

PythonAPI/docs/doc_gen.py:81–83  ·  view source on GitHub ↗
(self, strongness, buf)

Source from the content-addressed store, hash-verified

79 self._data, '\n', self.list_depth(), '#' * strongness, ' ', buf, '\n'])
80
81 def title_html(self, strongness, buf):
82 self._data = join([
83 self._data, '\n', self.list_depth(), '<h', str(strongness), '>', buf, '</h', str(strongness), '>\n'])
84
85 def inherit_join(self, inh):
86 self._data = join([

Callers 1

gen_bodyMethod · 0.95

Calls 2

list_depthMethod · 0.95
joinFunction · 0.70

Tested by

no test coverage detected