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

Method separator

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

Source from the content-addressed store, hash-verified

59 return join([' ' * self._list_depth])
60
61 def separator(self):
62 self._data = join([self._data, '\n---\n'])
63
64 def new_line(self):
65 self._data = join([self._data, self.endl])

Callers 1

gen_bodyMethod · 0.95

Calls 1

joinFunction · 0.70

Tested by

no test coverage detected