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

Method text

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

Source from the content-addressed store, hash-verified

94 return join([' ' * self._list_depth])
95
96 def text(self, buf):
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])

Callers 2

list_pushMethod · 0.95
generate_pb_docsFunction · 0.95

Calls 1

joinFunction · 0.70

Tested by

no test coverage detected