MCPcopy Index your code
hub / github.com/RustPython/RustPython / proxy_coord

Method proxy_coord

Lib/tkinter/__init__.py:4821–4824  ·  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

4819 self.tk.call((self._w, 'proxy') + args)) or ()
4820
4821 def proxy_coord(self):
4822 """Return the x and y pair of the most recent proxy location
4823 """
4824 return self.proxy("coord")
4825
4826 def proxy_forget(self):
4827 """Remove the proxy from the display.

Callers

nothing calls this directly

Calls 1

proxyMethod · 0.95

Tested by

no test coverage detected