mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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)
|
sublist.append(item)
|
||||||
return sublist
|
return sublist
|
||||||
|
|
||||||
|
def keys(self): # unused, left for possible 3rd parcy use
|
||||||
|
return list(self.object.keys())
|
||||||
|
|
||||||
def _stack_viewer(parent):
|
def _stack_viewer(parent):
|
||||||
root = tk.Tk()
|
root = tk.Tk()
|
||||||
root.title("Test StackViewer")
|
root.title("Test StackViewer")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue