Method
writelines
(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) |
Tested by
no test coverage detected