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

Method first_title

PythonAPI/docs/doc_gen.py:73–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

71 self._data = join([self._data, self.list_depth(), buf, self.endl])
72
73 def first_title(self):
74 self._data = join([
75 self._data, '#Python API reference'])
76
77 def title(self, strongness, buf):
78 self._data = join([

Callers 1

gen_bodyMethod · 0.95

Calls 1

joinFunction · 0.70

Tested by

no test coverage detected