mirror of
https://github.com/python/cpython.git
synced 2025-11-01 22:21:35 +00:00
parent
ecfeb7f095
commit
70a6b49821
246 changed files with 926 additions and 962 deletions
|
|
@ -97,7 +97,7 @@ def GetSubList(self):
|
|||
continue
|
||||
def setfunction(value, key=key, object=self.object):
|
||||
object[key] = value
|
||||
item = make_objecttreeitem(`key` + ":", value, setfunction)
|
||||
item = make_objecttreeitem("%r:" % (key,), value, setfunction)
|
||||
sublist.append(item)
|
||||
return sublist
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue