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

Method __init__

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

Source from the content-addressed store, hash-verified

30 name = 'Graph Lightness'
31
32 def __init__(self, fittingView, params):
33 ViewColumn.__init__(self, fittingView)
34 self.resizable = False
35 self.size = 24
36 self.maxsize = self.size
37 self.mask = wx.LIST_MASK_TEXT
38
39 def getImageId(self, stuff):
40 if isinstance(stuff, TargetWrapper):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected