(self)
| 185 | self.gotoStage(1, 0) |
| 186 | |
| 187 | def OnHistoryBack(self): |
| 188 | self.ToggleRecentShips(False, False) |
| 189 | if len(self.shipBrowser.browseHist) > 0: |
| 190 | stage, data = self.shipBrowser.browseHist.pop() |
| 191 | self.gotoStage(stage, data) |
| 192 | |
| 193 | @staticmethod |
| 194 | def AdjustChannels(bitmap): |
nothing calls this directly
no test coverage detected