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

Method list_pushn

PythonAPI/docs/bp_doc_gen.py:81–82  ·  view source on GitHub ↗
(self, buf)

Source from the content-addressed store, hash-verified

79 self._list_depth = (self._list_depth + 1)
80
81 def list_pushn(self, buf):
82 self.list_push(join([buf, self.endl]))
83
84 def list_pop(self):
85 self._list_depth = max(self._list_depth - 1, 0)

Callers 1

generate_pb_docsFunction · 0.95

Calls 2

list_pushMethod · 0.95
joinFunction · 0.70

Tested by

no test coverage detected