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

Method processEnter

gui/builtinContextMenus/itemProjectionRange.py:114–115  ·  view source on GitHub ↗
(self, evt)

Source from the content-addressed store, hash-verified

112 self.input.SelectAll()
113
114 def processEnter(self, evt):
115 self.EndModal(wx.ID_OK)
116
117 # checks to make sure it's valid number
118 @staticmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected