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

Method not_title

PythonAPI/docs/bp_doc_gen.py:102–104  ·  view source on GitHub ↗
(self, buf)

Source from the content-addressed store, hash-verified

100 self._data = join([self._data, self.list_depth(), buf, self.endl])
101
102 def not_title(self, buf):
103 self._data = join([
104 self._data, '\n', self.list_depth(), '#', buf, '\n'])
105
106 def title(self, strongness, buf):
107 self._data = join([

Callers 1

generate_pb_docsFunction · 0.95

Calls 2

list_depthMethod · 0.95
joinFunction · 0.70

Tested by

no test coverage detected