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

Method OnNewWindow

gui/updateDialog.py:137–139  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

135 self.Close()
136
137 def OnNewWindow(self, event):
138 url = event.GetURL()
139 webbrowser.open(url)
140
141 def SuppressChange(self, e):
142 if self.supressCheckbox.IsChecked():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected