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

Method textn

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

Source from the content-addressed store, hash-verified

97 self._data = join([self._data, buf])
98
99 def textn(self, buf):
100 self._data = join([self._data, self.list_depth(), buf, self.endl])
101
102 def not_title(self, buf):
103 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