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

Method __init__

gui/builtinViewColumns/sideEffects.py:33–38  ·  view source on GitHub ↗
(self, fittingView, params)

Source from the content-addressed store, hash-verified

31 name = "Side Effects"
32
33 def __init__(self, fittingView, params):
34 ViewColumn.__init__(self, fittingView)
35
36 self.mainFrame = gui.mainFrame.MainFrame.getInstance()
37 self.columnText = _t("Active Side Effects")
38 self.mask = wx.LIST_MASK_TEXT
39
40 def getText(self, stuff):
41 if isinstance(stuff, Booster):

Callers

nothing calls this directly

Calls 2

_tFunction · 0.50
getInstanceMethod · 0.45

Tested by

no test coverage detected