Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ ExitApp
Method
ExitApp
gui/mainFrame.py:399–401 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
397
event.Skip()
398
399
def
ExitApp(self, event):
400
self.Close()
401
event.Skip()
402
403
def
ShowAboutBox(self, evt):
404
info = wx.adv.AboutDialogInfo()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected