eric6/DebugClients/Python/DebugConfig.py

branch
Variables Viewer
changeset 6978
720247f98e1f
parent 6971
77cf9a30562d
child 7360
9190402e4505
--- a/eric6/DebugClients/Python/DebugConfig.py	Mon Apr 22 10:38:32 2019 +0200
+++ b/eric6/DebugClients/Python/DebugConfig.py	Sat Apr 27 22:06:38 2019 +0200
@@ -18,7 +18,7 @@
     'slice', 'buffer', 'class', 'instance',
     'method', 'property', 'generator',
     'function', 'builtin_function_or_method', 'code', 'module',
-    'ellipsis', 'traceback', 'frame', 'other', 'frozenset',
+    'ellipsis', 'traceback', 'frame', 'other', 'frozenset', 'bytes',
     # Special case for Python 2: don't add 'instancemethod' to
     # ConfigVarTypeFilters and leave it always at last position
     'instancemethod'
@@ -26,7 +26,7 @@
 
 BatchSize = 200
 ConfigQtNames = (
-    'PyQt5.', 'PyQt4.', 'PySide2.', 'PySide.', 'Shiboken.'
+    'PyQt5.', 'PyQt4.', 'PySide2.', 'PySide.', 'Shiboken.EnumType'
 )
 ConfigKnownQtTypes = (
     '.QChar', '.QByteArray', '.QString', '.QStringList', '.QPoint', '.QPointF',

eric ide

mercurial