Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
148
def
showHighlightDialog(parent, evt=None):
Callers
1
OnHook
Method · 0.95
Calls
1
Get
Method · 0.80
Tested by
no test coverage detected