(self, stuff)
| 99 | return -1 |
| 100 | |
| 101 | def getToolTip(self, stuff): |
| 102 | if self.info.name == "cpu": |
| 103 | return "CPU" |
| 104 | else: |
| 105 | return self.info.name.title() |
| 106 | |
| 107 | @staticmethod |
| 108 | def getParameters(): |
nothing calls this directly
no outgoing calls
no test coverage detected