mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #24790: Restore unused function.
This commit is contained in:
parent
41a27e021e
commit
2050a1061f
1 changed files with 3 additions and 0 deletions
|
@ -120,6 +120,9 @@ class VariablesTreeItem(ObjectTreeItem):
|
|||
sublist.append(item)
|
||||
return sublist
|
||||
|
||||
def keys(self): # unused, left for possible 3rd parcy use
|
||||
return list(self.object.keys())
|
||||
|
||||
def _stack_viewer(parent):
|
||||
root = tk.Tk()
|
||||
root.title("Test StackViewer")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue