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

Method list_popn

PythonAPI/docs/doc_gen.py:52–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 self._list_depth = max(self._list_depth - 1, 0)
51
52 def list_popn(self):
53 self.list_pop()
54 self._data = join([self._data, '\n'])
55
56 def list_depth(self):
57 if self._data.strip()[-1:] != '\n' or self._list_depth == 0:

Callers 1

gen_overviewMethod · 0.95

Calls 2

list_popMethod · 0.95
joinFunction · 0.70

Tested by

no test coverage detected