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

Method __init__

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

Source from the content-addressed store, hash-verified

37 name = 'Projection Range'
38
39 def __init__(self, fittingView, params):
40 super().__init__(fittingView)
41 self.mainFrame = gui.mainFrame.MainFrame.getInstance()
42 self.imageId = fittingView.imageList.GetImageIndex(1391, "icons")
43 self.bitmap = BitmapLoader.getBitmap(1391, "icons")
44 self.mask = wx.LIST_MASK_IMAGE
45
46 def getText(self, stuff):
47 if isinstance(stuff, Fit):

Callers

nothing calls this directly

Calls 3

GetImageIndexMethod · 0.80
getInstanceMethod · 0.45
getBitmapMethod · 0.45

Tested by

no test coverage detected