Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ new_line
Method
new_line
PythonAPI/docs/doc_gen.py:64–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
self._data = join([self._data,
'\n---\n'
])
63
64
def
new_line(self):
65
self._data = join([self._data, self.endl])
66
67
def
text(self, buf):
68
self._data = join([self._data, buf])
Callers
1
add_doc_method_param
Function · 0.45
Calls
1
join
Function · 0.70
Tested by
no test coverage detected