MCPcopy Index your code
hub / github.com/saltstack/salt / writelines

Method writelines

tests/unit/modules/test_hosts.py:203–205  ·  view source on GitHub ↗
(self, lines)

Source from the content-addressed store, hash-verified

201 return ret
202
203 def writelines(self, lines):
204 for line in lines:
205 self.write(line)
206
207 expected = (
208 "\n".join(

Callers 1

test_writelinesMethod · 0.45

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected