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

Method __init__

gui/builtinViewColumns/state.py:37–43  ·  view source on GitHub ↗
(self, fittingView, params)

Source from the content-addressed store, hash-verified

35 name = "State"
36
37 def __init__(self, fittingView, params):
38 ViewColumn.__init__(self, fittingView)
39 self.mainFrame = gui.mainFrame.MainFrame.getInstance()
40 self.resizable = False
41 self.size = 16
42 self.maxsize = self.size
43 self.mask = wx.LIST_MASK_IMAGE
44
45 def getText(self, mod):
46 return ""

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected