Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ putback
Method
putback
tools/python-3.11.9-amd64/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
coords
Method · 0.45
Tested by
no test coverage detected