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

Method proxy_coord

Lib/tkinter/__init__.py:4944–4947  ·  view source on GitHub ↗

Return the x and y pair of the most recent proxy location

(self)

Source from the content-addressed store, hash-verified

4942 self.tk.call((self._w, 'proxy') + args)) or ()
4943
4944 def proxy_coord(self):
4945 """Return the x and y pair of the most recent proxy location
4946 """
4947 return self.proxy("coord")
4948
4949 def proxy_forget(self):
4950 """Remove the proxy from the display.

Callers

nothing calls this directly

Calls 1

proxyMethod · 0.95

Tested by

no test coverage detected