(self, callingWindow, context, mainItem)
| 37 | wx.PostEvent(self.mainFrame, GE.FitChanged(fitIDs=(fitID,))) |
| 38 | |
| 39 | def getBitmap(self, callingWindow, context, mainItem): |
| 40 | return None |
| 41 | |
| 42 | |
| 43 | AmmoToDmgPattern.register() |
nothing calls this directly
no outgoing calls
no test coverage detected