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

Method proxy_place

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

4952 return self.proxy("forget")
4953
4954 def proxy_place(self, x, y):
4955 """Place the proxy at the given x and y coordinates.
4956 """
4957 return self.proxy("place", x, y)
4958
4959 def sash(self, *args):
4960 """Internal function."""

Callers

nothing calls this directly

Calls 1

proxyMethod · 0.95

Tested by

no test coverage detected