Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_overview
Method · 0.95
add_doc_method
Function · 0.45
add_doc_inst_var
Function · 0.45
Calls
2
list_push
Method · 0.95
join
Function · 0.70
Tested by
no test coverage detected