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

Method proxy_forget

Lib/tkinter/__init__.py:4826–4829  ·  view source on GitHub ↗

Remove the proxy from the display.

(self)

Source from the content-addressed store, hash-verified

4824 return self.proxy("coord")
4825
4826 def proxy_forget(self):
4827 """Remove the proxy from the display.
4828 """
4829 return self.proxy("forget")
4830
4831 def proxy_place(self, x, y):
4832 """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