Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_writelines
Method · 0.45
Calls
1
write
Method · 0.95
Tested by
no test coverage detected