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

Method exists

tools/python-3.11.9-amd64/Lib/tkinter/ttk.py:1233–1236  ·  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

1231
1232
1233 def exists(self, item):
1234 """Returns True if the specified item is present in the tree,
1235 False otherwise."""
1236 return self.tk.getboolean(self.tk.call(self._w, "exists", item))
1237
1238
1239 def focus(self, item=None):

Callers 15

ok_commandMethod · 0.45
test_existsMethod · 0.45
run_cgiMethod · 0.45
fileConfigFunction · 0.45
rotateMethod · 0.45
doRolloverMethod · 0.45
shouldRolloverMethod · 0.45
__init__Method · 0.45
shouldRolloverMethod · 0.45
doRolloverMethod · 0.45
_newerFunction · 0.45

Calls 2

callMethod · 0.80
getbooleanMethod · 0.45

Tested by 15

test_existsMethod · 0.36
test_saveMethod · 0.36
test_get_outputsMethod · 0.36
test_cleanMethod · 0.36
test_user_siteMethod · 0.36
test_create_pypircMethod · 0.36
test_byte_compileMethod · 0.36
test_simple_runMethod · 0.36
test_simple_runMethod · 0.36