Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ cancel
Method
cancel
Lib/tkinter/dnd.py:182–183 ·
view source on GitHub ↗
(self, event=None)
Source
from the content-addressed store, hash-verified
180
self.finish(event, 1)
181
182
def
cancel(self, event=None):
183
self.finish(event, 0)
184
185
def
finish(self, event, commit=0):
186
target = self.target
Callers
nothing calls this directly
Calls
1
finish
Method · 0.95
Tested by
no test coverage detected