Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ processEnter
Method
processEnter
gui/builtinContextMenus/fitPilotSecurity.py:143–144 ·
view source on GitHub ↗
(self, evt)
Source
from the content-addressed store, hash-verified
141
self.input.SelectAll()
142
143
def
processEnter(self, evt):
144
self.EndModal(wx.ID_OK)
145
146
# checks to make sure it's valid number
147
@staticmethod
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected