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

Method exists

Lib/tkinter/ttk.py:1243–1246  ·  view source on GitHub ↗

Returns True if the specified item is present in the tree, False otherwise.

(self, item)

Source from the content-addressed store, hash-verified

1241
1242
1243 def exists(self, item):
1244 """Returns True if the specified item is present in the tree,
1245 False otherwise."""
1246 return self.tk.getboolean(self.tk.call(self._w, "exists", item))
1247
1248
1249 def focus(self, item=None):

Callers 15

mainFunction · 0.45
gather_idsFunction · 0.45
inject_traceFunction · 0.45
android.pyFile · 0.45
subdirFunction · 0.45
configure_host_pythonFunction · 0.45
setup_sdkFunction · 0.45
setup_testbedFunction · 0.45
mainFunction · 0.45
wrapperFunction · 0.45
install_emscriptenFunction · 0.45
configure_build_pythonFunction · 0.45

Calls 2

getbooleanMethod · 0.45
callMethod · 0.45

Tested by 1

_module_relative_pathFunction · 0.36