MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / populateFits

Method populateFits

gui/builtinContextMenus/commandFitAdd.py:37–39  ·  view source on GitHub ↗
(cls, evt)

Source from the content-addressed store, hash-verified

35
36 @classmethod
37 def populateFits(cls, evt):
38 sFit = Fit.getInstance()
39 cls.commandFits = sFit.getFitsWithModules(cls.commandTypeIDs)
40
41 def __init__(self):
42 self.mainFrame = gui.mainFrame.MainFrame.getInstance()

Callers 3

fitChangedMethod · 0.80
commandFitAdd.pyFile · 0.80
OnFitRemovedMethod · 0.80

Calls 2

getFitsWithModulesMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected