(self, filedata)
| 269 | self.__writefile(self.__origfile, filedata) |
| 270 | |
| 271 | def writebackupfile(self, filedata): |
| 272 | self.__writefile(self.__backupfile, filedata) |
| 273 | |
| 274 | def writetimeoutfile(self, filedata): |
| 275 | self.__writefile(self.__timeoutfile, filedata) |
no test coverage detected