(self, callingWindow, fullContext, mainItem, i)
| 32 | return _t("Fill With Module") |
| 33 | |
| 34 | def activate(self, callingWindow, fullContext, mainItem, i): |
| 35 | self.mainFrame.command.Submit(cmd.GuiFillWithNewLocalModulesCommand( |
| 36 | fitID=self.mainFrame.getActiveFit(), |
| 37 | itemID=int(mainItem.ID))) |
| 38 | |
| 39 | |
| 40 | FillWithItem.register() |
nothing calls this directly
no test coverage detected