Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apenwarr/redo
/ writeln
Method
writeln
docs/md2man.py:19–22 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
17
sys.stdout.write(s)
18
19
def
writeln(self, s):
20
if
s:
21
self.linebreak()
22
self._write(
'%s\n'
% s)
23
24
def
write(self, s):
25
if
s:
Callers
2
para
Method · 0.95
macro
Function · 0.80
Calls
2
linebreak
Method · 0.95
_write
Method · 0.95
Tested by
no test coverage detected