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

Method proxy_place

Lib/tkinter/__init__.py:4831–4834  ·  view source on GitHub ↗

Place the proxy at the given x and y coordinates.

(self, x, y)

Source from the content-addressed store, hash-verified

4829 return self.proxy("forget")
4830
4831 def proxy_place(self, x, y):
4832 """Place the proxy at the given x and y coordinates.
4833 """
4834 return self.proxy("place", x, y)
4835
4836 def sash(self, *args):
4837 """Internal function."""

Callers

nothing calls this directly

Calls 1

proxyMethod · 0.95

Tested by

no test coverage detected