(self)
| 247 | self.graphFrame.draw() |
| 248 | |
| 249 | def getExistingFitIDs(self): |
| 250 | return [w.item.ID for w in self._wrappers if w.isFit] |
| 251 | |
| 252 | def addFitsByIDs(self, fitIDs): |
| 253 | sFit = Fit.getInstance() |
nothing calls this directly
no outgoing calls
no test coverage detected