(self, mod)
| 60 | return self.__getData(mod)[1] |
| 61 | |
| 62 | def getImageId(self, mod): |
| 63 | return -1 |
| 64 | |
| 65 | def getParameters(self): |
| 66 | return ("displayName", bool, False), ("showIcon", bool, True) |
nothing calls this directly
no outgoing calls
no test coverage detected