(self)
| 67 | return -1 |
| 68 | |
| 69 | def getParameters(self): |
| 70 | return ("displayName", bool, False), ("showIcon", bool, True) |
| 71 | |
| 72 | def getToolTip(self, stuff): |
| 73 | if not isinstance(stuff, (Drone, Fighter)): |
nothing calls this directly
no outgoing calls
no test coverage detected