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

Method writelines

mypy/dmypy_util.py:115–117  ·  view source on GitHub ↗
(self, lines: Iterable[str])

Source from the content-addressed store, hash-verified

113 return True
114
115 def writelines(self, lines: Iterable[str]) -> None:
116 for s in lines:
117 self.write(s)

Callers 1

mainFunction · 0.80

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected