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

Method writelines

Lib/codecs.py:732–734  ·  view source on GitHub ↗
(self, list)

Source from the content-addressed store, hash-verified

730 return self.writer.write(data)
731
732 def writelines(self, list):
733
734 return self.writer.writelines(list)
735
736 def reset(self):
737

Callers

nothing calls this directly

Calls 1

writelinesMethod · 0.45

Tested by

no test coverage detected