(self)
| 73 | return -1 |
| 74 | |
| 75 | def getParameters(self): |
| 76 | return ("displayName", bool, False), ("showIcon", bool, True) |
| 77 | |
| 78 | def getToolTip(self, stuff): |
| 79 | if not isinstance(stuff, (Drone, Fighter)): |
nothing calls this directly
no outgoing calls
no test coverage detected