MCPcopy Create free account
hub / github.com/Eve-PySpy/PySpy / OnCancel

Method OnCancel

highlightdialog.py:142–145  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

140 self.Close()
141
142 def OnCancel(self, event):
143 if config.OPTIONS_OBJECT.Get("StayOnTop", True):
144 self.Parent.ToggleWindowStyle(wx.STAY_ON_TOP)
145 self.Close()
146
147
148def showHighlightDialog(parent, evt=None):

Callers 1

OnHookMethod · 0.95

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected