mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Transplant 45287f2799f5 from default branch.
This commit is contained in:
parent
5fc56eb1ca
commit
f14a2bf3bc
1 changed files with 1 additions and 1 deletions
|
@ -1253,7 +1253,7 @@ class Treeview(Widget, Tkinter.XView, Tkinter.YView):
|
||||||
|
|
||||||
|
|
||||||
def exists(self, item):
|
def exists(self, item):
|
||||||
"""Returns True if the specified item is present in the three,
|
"""Returns True if the specified item is present in the tree,
|
||||||
False otherwise."""
|
False otherwise."""
|
||||||
return bool(self.tk.call(self._w, "exists", item))
|
return bool(self.tk.call(self._w, "exists", item))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue