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

Method title

PythonAPI/docs/bp_doc_gen.py:106–108  ·  view source on GitHub ↗
(self, strongness, buf)

Source from the content-addressed store, hash-verified

104 self._data, '\n', self.list_depth(), '#', buf, '\n'])
105
106 def title(self, strongness, buf):
107 self._data = join([
108 self._data, '\n', self.list_depth(), '#' * strongness, ' ', buf, '\n'])
109
110 def new_line(self):
111 self._data = join([self._data, self.endl])

Callers 1

generate_pb_docsFunction · 0.95

Calls 2

list_depthMethod · 0.95
joinFunction · 0.70

Tested by

no test coverage detected