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