eric6/Debugger/VariablesViewer.py

branch
Variables Viewer
changeset 6988
87ad87ef1910
parent 6979
c272ec33ea11
child 6993
d375f251496a
equal deleted inserted replaced
6982:419c20ec6cd3 6988:87ad87ef1910
50 50
51 noOfItemsStr = QCoreApplication.translate("VariablesViewer", "{0} items") 51 noOfItemsStr = QCoreApplication.translate("VariablesViewer", "{0} items")
52 52
53 arrayTypes = {'list', 'tuple', 'dict', 'set', 'frozenset', 53 arrayTypes = {'list', 'tuple', 'dict', 'set', 'frozenset',
54 'numpy.ndarray', 'django.MultiValueDict', 'array.array', 54 'numpy.ndarray', 'django.MultiValueDict', 'array.array',
55 'collections.defaultdict'} 55 'collections.defaultdict', "class 'dict_items'",
56 "class 'dict_keys'", "class 'dict_values'"}
56 57
57 def __init__(self, parent, dvar, dtype, dvalue): 58 def __init__(self, parent, dvar, dtype, dvalue):
58 """ 59 """
59 Constructor 60 Constructor
60 61

eric ide

mercurial