(self, featureList)
| 1703 | self.__ui.fileSwitchFoundFiles() |
| 1704 | |
| 1705 | def setFeatures(self, featureList): |
| 1706 | self.__ui.setFeatures(featureList) |
| 1707 | |
| 1708 | def showDebugMessage(self, message): |
| 1709 | if constants.DEBUG_MODE and message.rstrip(): |
no outgoing calls
no test coverage detected