MCPcopy
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

paraMethod · 0.95
macroFunction · 0.80

Calls 2

linebreakMethod · 0.95
_writeMethod · 0.95

Tested by

no test coverage detected