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

Method list_pop

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

Source from the content-addressed store, hash-verified

82 self.list_push(join([buf, self.endl]))
83
84 def list_pop(self):
85 self._list_depth = max(self._list_depth - 1, 0)
86
87 def list_popn(self):
88 self.list_pop()

Callers 2

list_popnMethod · 0.95
generate_pb_docsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected