MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / activate

Method activate

gui/builtinContextMenus/itemFill.py:34–37  ·  view source on GitHub ↗
(self, callingWindow, fullContext, mainItem, i)

Source from the content-addressed store, hash-verified

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
40FillWithItem.register()

Callers

nothing calls this directly

Calls 1

getActiveFitMethod · 0.45

Tested by

no test coverage detected