Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ textn
Method
textn
PythonAPI/docs/doc_gen.py:70–71 ·
view source on GitHub ↗
(self, buf)
Source
from the content-addressed store, hash-verified
68
self._data = join([self._data, buf])
69
70
def
textn(self, buf):
71
self._data = join([self._data, self.list_depth(), buf, self.endl])
72
73
def
first_title(self):
74
self._data = join([
Callers
4
gen_body
Method · 0.95
add_doc_method_param
Function · 0.45
add_doc_method
Function · 0.45
add_doc_inst_var
Function · 0.45
Calls
2
list_depth
Method · 0.95
join
Function · 0.70
Tested by
no test coverage detected