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

Method __init__

gui/builtinViews/fittingView.py:54–58  ·  view source on GitHub ↗
(self, multiSwitch)

Source from the content-addressed store, hash-verified

52# Tab spawning handler
53class FitSpawner(gui.multiSwitch.TabSpawner):
54 def __init__(self, multiSwitch):
55 self.multiSwitch = multiSwitch
56 self.mainFrame = mainFrame = gui.mainFrame.MainFrame.getInstance()
57 mainFrame.Bind(EVT_FIT_SELECTED, self.fitSelected)
58 self.multiSwitch.tabs_container.handleDrag = self.handleDrag
59
60 def fitSelected(self, event):
61 count = -1

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected