(self)
| 236 | |
| 237 | @property |
| 238 | def command(self) -> wx.CommandProcessor: |
| 239 | return Fit.getCommandProcessor(self.getActiveFit()) |
| 240 | |
| 241 | def getCommandForFit(self, fitID) -> wx.CommandProcessor: |
| 242 | return Fit.getCommandProcessor(fitID) |
nothing calls this directly
no test coverage detected