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

Method list_popn

PythonAPI/docs/bp_doc_gen.py:87–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85 self._list_depth = max(self._list_depth - 1, 0)
86
87 def list_popn(self):
88 self.list_pop()
89 self._data = join([self._data, '\n'])
90
91 def list_depth(self):
92 if self._data.strip()[-1:] != '\n' or self._list_depth == 0:

Callers 1

generate_pb_docsFunction · 0.95

Calls 2

list_popMethod · 0.95
joinFunction · 0.70

Tested by

no test coverage detected