mirror of
https://github.com/python/cpython.git
synced 2025-10-02 13:22:19 +00:00
Merge with 3.5
This commit is contained in:
commit
54f0e19766
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class VariablesTreeItem(ObjectTreeItem):
|
|||
sublist.append(item)
|
||||
return sublist
|
||||
|
||||
def keys(self): # unused, left for possible 3rd parcy use
|
||||
def keys(self): # unused, left for possible 3rd party use
|
||||
return list(self.object.keys())
|
||||
|
||||
def _stack_viewer(parent):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue