eric6/Debugger/VariablesViewer.py

branch
Variables Viewer
changeset 6988
87ad87ef1910
parent 6979
c272ec33ea11
child 6993
d375f251496a
diff -r 419c20ec6cd3 -r 87ad87ef1910 eric6/Debugger/VariablesViewer.py
--- a/eric6/Debugger/VariablesViewer.py	Sun Apr 28 11:14:43 2019 +0200
+++ b/eric6/Debugger/VariablesViewer.py	Thu May 02 22:58:33 2019 +0200
@@ -52,7 +52,8 @@
     
     arrayTypes = {'list', 'tuple', 'dict', 'set', 'frozenset',
                   'numpy.ndarray', 'django.MultiValueDict', 'array.array',
-                  'collections.defaultdict'}
+                  'collections.defaultdict', "class 'dict_items'",
+                  "class 'dict_keys'", "class 'dict_values'"}
     
     def __init__(self, parent, dvar, dtype, dvalue):
         """

eric ide

mercurial