eric6/DebugClients/Python/DebugConfig.py

branch
maintenance
changeset 7642
72721823d453
parent 7639
422fd05e9c91
child 7775
4a1db75550bd
--- a/eric6/DebugClients/Python/DebugConfig.py	Sun May 31 17:26:46 2020 +0200
+++ b/eric6/DebugClients/Python/DebugConfig.py	Sat Jul 04 11:45:34 2020 +0200
@@ -19,14 +19,11 @@
     'method', 'property', 'generator',
     'function', 'builtin_function_or_method', 'code', 'module',
     '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'
 ]
 
 BatchSize = 200
 ConfigQtNames = (
-    'PyQt5.', 'PyQt4.', 'PySide2.', 'PySide.', 'Shiboken.EnumType'
+    'PyQt5.', 'PySide2.', 'Shiboken.EnumType'
 )
 ConfigKnownQtTypes = (
     '.QChar', '.QByteArray', '.QString', '.QStringList', '.QPoint', '.QPointF',
@@ -36,6 +33,3 @@
     '.QDomComment', '.QDomDocument', '.QDomElement', '.QDomText',
     '.QHostAddress', '.EnumType'
 )
-
-#
-# eflag: noqa = M702

eric ide

mercurial