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