Commit 2050a106 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Issue #24790: Restore unused function.

parent 41a27e02
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment