MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

gui/multiSwitch.py:27–32  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

25
26class MultiSwitch(ChromeNotebook):
27 def __init__(self, parent):
28 ChromeNotebook.__init__(self, parent, can_add=True, tabWidthMode=1)
29 # self.AddPage() # now handled by mainFrame
30 self.handlers = handlers = []
31 for type in TabSpawner.tabTypes:
32 handlers.append(type(self))
33
34 def handleDrag(self, type, info):
35 for handler in self.handlers:

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected