Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ dnd_start
Function
dnd_start
Lib/tkinter/dnd.py:109–114 ·
view source on GitHub ↗
(source, event)
Source
from the content-addressed store, hash-verified
107
# The factory function
108
109
def
dnd_start(source, event):
110
h = DndHandler(source, event)
111
if
h.root is not None:
112
return
h
113
else
:
114
return
None
115
116
117
# The class that does the work
Callers
1
press
Method · 0.85
Calls
1
DndHandler
Class · 0.85
Tested by
no test coverage detected