(self, fit)
| 37 | self.settings = MarketPriceSettings.getInstance() |
| 38 | |
| 39 | def getHeaderText(self, fit): |
| 40 | return "Price" |
| 41 | |
| 42 | def populatePanel(self, contentPanel, headerPanel): |
| 43 | contentSizer = contentPanel.GetSizer() |
nothing calls this directly
no outgoing calls
no test coverage detected