MCPcopy Create free account
hub / github.com/PlayOnLinux/POL-POM-4 / __init__

Method __init__

python/mainwindow.py:132–134  ·  view source on GitHub ↗
(self, frame)

Source from the content-addressed store, hash-verified

130class PanelManager(wx.aui.AuiManager):
131
132 def __init__(self, frame):
133 wx.aui.AuiManager.__init__(self, frame)
134 self.startPerspective = self.SavePerspective()
135
136 def _getPerspectiveName(self):
137 name = self.SavePerspective().split("=")

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected