MCPcopy Index your code
hub / github.com/python/cpython / writelines

Method writelines

Lib/wsgiref/validate.py:235–237  ·  view source on GitHub ↗
(self, seq)

Source from the content-addressed store, hash-verified

233 self.errors.flush()
234
235 def writelines(self, seq):
236 for line in seq:
237 self.write(line)
238
239 def close(self):
240 assert_(0, "errors.close() must not be called")

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected