Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ cancel
Method
cancel
Lib/idlelib/config_key.py:343–346 ·
view source on GitHub ↗
(self, event=None)
Source
from the content-addressed store, hash-verified
341
self.destroy()
342
343
def
cancel(self, event=None):
344
self.result =
''
345
self.grab_release()
346
self.destroy()
347
348
349
if
__name__ ==
'__main__'
:
Callers
nothing calls this directly
Calls
2
grab_release
Method · 0.80
destroy
Method · 0.45
Tested by
no test coverage detected