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

Method getActiveFit

gui/mainFrame.py:365–368  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

363 self.statsWnds.remove(wnd)
364
365 def getActiveFit(self):
366 p = self.fitMultiSwitch.GetSelectedPage()
367 m = getattr(p, "getActiveFit", None)
368 return m() if m is not None else None
369
370 def getActiveView(self):
371 self.fitMultiSwitch.GetSelectedPage()

Callers 15

commandMethod · 0.95
OnShowExportDialogMethod · 0.95
optimizeFitPriceMethod · 0.95
importFromClipboardMethod · 0.95
exportSkillsNeededMethod · 0.95
__init__Method · 0.45
exportFittingMethod · 0.45
fitChangedMethod · 0.45
fitChangedMethod · 0.45
OnCloseMethod · 0.45
exportEftMethod · 0.45

Calls 1

GetSelectedPageMethod · 0.80

Tested by

no test coverage detected