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

Method textn

PythonAPI/docs/doc_gen.py:70–71  ·  view source on GitHub ↗
(self, buf)

Source from the content-addressed store, hash-verified

68 self._data = join([self._data, buf])
69
70 def textn(self, buf):
71 self._data = join([self._data, self.list_depth(), buf, self.endl])
72
73 def first_title(self):
74 self._data = join([

Callers 4

gen_bodyMethod · 0.95
add_doc_method_paramFunction · 0.45
add_doc_methodFunction · 0.45
add_doc_inst_varFunction · 0.45

Calls 2

list_depthMethod · 0.95
joinFunction · 0.70

Tested by

no test coverage detected