(self, stuff)
| 47 | return -1 |
| 48 | |
| 49 | def getToolTip(self, stuff): |
| 50 | if isinstance(stuff, TargetWrapper): |
| 51 | return 'Change line style' |
| 52 | return '' |
| 53 | |
| 54 | |
| 55 | GraphLineStyle.register() |
nothing calls this directly
no outgoing calls
no test coverage detected