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

Method list_push

PythonAPI/docs/doc_gen.py:40–44  ·  view source on GitHub ↗
(self, buf='')

Source from the content-addressed store, hash-verified

38 return self._data
39
40 def list_push(self, buf=''):
41 if buf:
42 self.text(join([
43 ' ' * self._list_depth if self._list_depth != 0 else '', '- ', buf]))
44 self._list_depth = (self._list_depth + 1)
45
46 def list_pushn(self, buf):
47 self.list_push(join([buf, self.endl]))

Callers 5

list_pushnMethod · 0.95
gen_overviewMethod · 0.95
add_doc_method_paramFunction · 0.45
add_doc_methodFunction · 0.45
add_doc_inst_varFunction · 0.45

Calls 2

textMethod · 0.95
joinFunction · 0.70

Tested by

no test coverage detected