MCPcopy Index your code
hub / github.com/python/cpython / dnd_end

Method dnd_end

Lib/tkinter/dnd.py:265–266  ·  view source on GitHub ↗
(self, target, event)

Source from the content-addressed store, hash-verified

263 return x - self.x_off, y - self.y_off
264
265 def dnd_end(self, target, event):
266 pass
267
268
269class Tester:

Callers 1

finishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected