(self)
| 167 | event.Skip() |
| 168 | |
| 169 | def ShowFileType(self): |
| 170 | self.fileTypeLB.Set(list([os.path.basename(filepath) for filepath in self.filesList])) |
| 171 | |
| 172 | def getdSYMFileFromSqlite(self): |
| 173 | if os.path.exists('dsym.db'): |
no outgoing calls
no test coverage detected