mirror of
https://github.com/python/cpython.git
synced 2025-01-22 16:35:16 +08:00
merge with 3.2
This commit is contained in:
commit
d4dc6dc9e7
@ -1253,7 +1253,7 @@ class Treeview(Widget, tkinter.XView, tkinter.YView):
|
||||
|
||||
|
||||
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."""
|
||||
return bool(self.tk.call(self._w, "exists", item))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user