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

Method list_push

PythonAPI/docs/bp_doc_gen.py:75–79  ·  view source on GitHub ↗
(self, buf='')

Source from the content-addressed store, hash-verified

73 return self._data
74
75 def list_push(self, buf=''):
76 if buf:
77 self.text(join([
78 ' ' * self._list_depth if self._list_depth != 0 else '', '- ', buf]))
79 self._list_depth = (self._list_depth + 1)
80
81 def list_pushn(self, buf):
82 self.list_push(join([buf, self.endl]))

Callers 2

list_pushnMethod · 0.95
generate_pb_docsFunction · 0.95

Calls 2

textMethod · 0.95
joinFunction · 0.70

Tested by

no test coverage detected