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

Method putback

Lib/tkinter/dnd.py:252–253  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)
254
255 def where(self, canvas, event):
256 # where the corner of the canvas is relative to the screen:

Callers

nothing calls this directly

Calls 1

coordsMethod · 0.45

Tested by

no test coverage detected