(self, panel)
| 29 | PreferenceView.views.append(cls()) |
| 30 | |
| 31 | def populatePanel(self, panel): |
| 32 | raise NotImplementedError() |
| 33 | |
| 34 | def refreshPanel(self, fit): |
| 35 | raise NotImplementedError() |
nothing calls this directly
no outgoing calls
no test coverage detected