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

Method list_pushn

PythonAPI/docs/doc_gen.py:46–47  ·  view source on GitHub ↗
(self, buf)

Source from the content-addressed store, hash-verified

44 self._list_depth = (self._list_depth + 1)
45
46 def list_pushn(self, buf):
47 self.list_push(join([buf, self.endl]))
48
49 def list_pop(self):
50 self._list_depth = max(self._list_depth - 1, 0)

Callers 3

gen_overviewMethod · 0.95
add_doc_methodFunction · 0.45
add_doc_inst_varFunction · 0.45

Calls 2

list_pushMethod · 0.95
joinFunction · 0.70

Tested by

no test coverage detected