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

Method __init__

graphs/gui/lists.py:324–330  ·  view source on GitHub ↗
(self, graphFrame, parent)

Source from the content-addressed store, hash-verified

322 'Base Name')
323
324 def __init__(self, graphFrame, parent):
325 super().__init__(graphFrame, parent)
326
327 self.Bind(wx.EVT_CONTEXT_MENU, self.spawnMenu)
328
329 self.appendItem(TargetProfile.getIdeal())
330 self.updateView()
331
332 def appendItem(self, item):
333 # Find out least used lightness

Callers

nothing calls this directly

Calls 4

appendItemMethod · 0.95
getIdealMethod · 0.80
__init__Method · 0.45
updateViewMethod · 0.45

Tested by

no test coverage detected