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

Method move

Lib/tkinter/dnd.py:248–250  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

246 self.x_orig, self.y_orig = self.canvas.coords(self.id)
247
248 def move(self, event):
249 x, y = self.where(self.canvas, event)
250 self.canvas.coords(self.id, x, y)
251
252 def putback(self):
253 self.canvas.coords(self.id, self.x_orig, self.y_orig)

Callers 4

dnd_motionMethod · 0.45
do_commandMethod · 0.45
gatherMethod · 0.45

Calls 2

whereMethod · 0.95
coordsMethod · 0.45

Tested by

no test coverage detected