MCPcopy Index your code
hub / github.com/python/cpython / 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
109def 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

pressMethod · 0.85

Calls 1

DndHandlerClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…