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

Method __init__

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

Source from the content-addressed store, hash-verified

33 name = 'Damp ScanRes'
34
35 def __init__(self, fittingView, params):
36 ViewColumn.__init__(self, fittingView)
37 self.imageId = fittingView.imageList.GetImageIndex(74, 'icons')
38 self.bitmap = BitmapLoader.getBitmap(74, 'icons')
39 self.mask = wx.LIST_MASK_IMAGE
40
41 def getText(self, stuff):
42 if isinstance(stuff, BaseWrapper):

Callers

nothing calls this directly

Calls 2

GetImageIndexMethod · 0.80
getBitmapMethod · 0.45

Tested by

no test coverage detected