MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / info_exists

Method info_exists

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:1849–1851  ·  view source on GitHub ↗

Return True if display item exists at (x,y)

(self, x, y)

Source from the content-addressed store, hash-verified

1847 # def index
1848
1849 def info_exists(self, x, y):
1850 "Return True if display item exists at (x,y)"
1851 return self._getboolean(self.tk.call(self, 'info', 'exists', x, y))
1852
1853 def info_bbox(self, x, y):
1854 # This seems to always return '', at least for 'text' displayitems

Callers

nothing calls this directly

Calls 2

_getbooleanMethod · 0.80
callMethod · 0.80

Tested by

no test coverage detected