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

Method processEnter

gui/builtinContextMenus/itemAmountChange.py:128–129  ·  view source on GitHub ↗
(self, evt)

Source from the content-addressed store, hash-verified

126 self.input.SelectAll()
127
128 def processEnter(self, evt):
129 self.EndModal(wx.ID_OK)
130
131 # checks to make sure it's valid number
132 @staticmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected