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

Method __init__

gui/viewColumn.py:33–40  ·  view source on GitHub ↗
(self, fittingView)

Source from the content-addressed store, hash-verified

31 proportionWidth = 1
32
33 def __init__(self, fittingView):
34 self.fittingView = fittingView
35 self.columnText = ""
36 self.imageId = -1
37 self.size = wx.LIST_AUTOSIZE_USEHEADER
38 self.mask = 0
39 self.maxsize = -1
40 self.bitmap = wx.NullBitmap
41
42 @classmethod
43 def register(cls):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected