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

Method proxy

Lib/tkinter/__init__.py:4939–4942  ·  view source on GitHub ↗

Internal function.

(self, *args)

Source from the content-addressed store, hash-verified

4937 return self.tk.call(self._w, 'identify', x, y)
4938
4939 def proxy(self, *args):
4940 """Internal function."""
4941 return self._getints(
4942 self.tk.call((self._w, 'proxy') + args)) or ()
4943
4944 def proxy_coord(self):
4945 """Return the x and y pair of the most recent proxy location

Callers 15

proxy_coordMethod · 0.95
proxy_forgetMethod · 0.95
proxy_placeMethod · 0.95
test_weakrefMethod · 0.80
test_objecttypesMethod · 0.80
test_proxy_refMethod · 0.80
test_proxy_reprMethod · 0.80
test_ref_reuseMethod · 0.80
test_proxy_reuseMethod · 0.80
test_basic_proxyMethod · 0.80
test_proxy_unicodeMethod · 0.80
test_proxy_indexMethod · 0.80

Calls 2

_getintsMethod · 0.80
callMethod · 0.45

Tested by 15

test_weakrefMethod · 0.64
test_objecttypesMethod · 0.64
test_proxy_refMethod · 0.64
test_proxy_reprMethod · 0.64
test_ref_reuseMethod · 0.64
test_proxy_reuseMethod · 0.64
test_basic_proxyMethod · 0.64
test_proxy_unicodeMethod · 0.64
test_proxy_indexMethod · 0.64
test_proxy_divMethod · 0.64
test_proxy_matmulMethod · 0.64
test_callable_proxyMethod · 0.64