Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pylons/webtest
/ writelines
Method
writelines
webtest/lint.py:258–260 ·
view source on GitHub ↗
(self, seq)
Source
from the content-addressed store, hash-verified
256
self.errors.flush()
257
258
def
writelines(self, seq):
259
for
line in seq:
260
self.write(line)
261
262
def
close(self):
263
raise
AssertionError(
"errors.close() must not be called"
)
Callers
1
test_writelines
Method · 0.95
Calls
1
write
Method · 0.95
Tested by
1
test_writelines
Method · 0.76