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

Method text

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

Source from the content-addressed store, hash-verified

65 self._data = join([self._data, self.endl])
66
67 def text(self, buf):
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])

Callers 3

list_pushMethod · 0.95
add_doc_method_paramFunction · 0.45

Calls 1

joinFunction · 0.70

Tested by

no test coverage detected