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

Method editCheckEsc

gui/builtinShipBrowser/fitItem.py:286–290  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

284 event.Skip()
285
286 def editCheckEsc(self, event):
287 if event.GetKeyCode() == wx.WXK_ESCAPE and event.GetModifiers() == wx.MOD_NONE:
288 self.RestoreEditButton()
289 else:
290 event.Skip()
291
292 def copyBtnCB(self):
293 if self.tcFitName.IsShown():

Callers

nothing calls this directly

Calls 1

RestoreEditButtonMethod · 0.95

Tested by

no test coverage detected