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

Method __init__

gui/builtinViewColumns/targetResists.py:35–39  ·  view source on GitHub ↗
(self, fittingView, params)

Source from the content-addressed store, hash-verified

33 proportionWidth = 5
34
35 def __init__(self, fittingView, params):
36 super().__init__(fittingView)
37 self.imageId = fittingView.imageList.GetImageIndex(1393, 'icons')
38 self.bitmap = BitmapLoader.getBitmap(1393, 'icons')
39 self.mask = wx.LIST_MASK_TEXT
40
41 def getText(self, stuff):
42 if isinstance(stuff, TargetWrapper):

Callers

nothing calls this directly

Calls 2

GetImageIndexMethod · 0.80
getBitmapMethod · 0.45

Tested by

no test coverage detected