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

Method proxy_forget

Lib/tkinter/__init__.py:4949–4952  ·  view source on GitHub ↗

Remove the proxy from the display.

(self)

Source from the content-addressed store, hash-verified

4947 return self.proxy("coord")
4948
4949 def proxy_forget(self):
4950 """Remove the proxy from the display.
4951 """
4952 return self.proxy("forget")
4953
4954 def proxy_place(self, x, y):
4955 """Place the proxy at the given x and y coordinates.

Callers

nothing calls this directly

Calls 1

proxyMethod · 0.95

Tested by

no test coverage detected