(self, path)
| 635 | return self.__encoding |
| 636 | |
| 637 | def getFileContainer(self, path): |
| 638 | for log in self.__logPath: |
| 639 | if log.getFileName() == path: |
| 640 | return log |
| 641 | return None |
| 642 | |
| 643 | ## |
| 644 | # Gets all the failure in the log file. |
no test coverage detected