eric6/DebugClients/Python/DebugConfig.py

changeset 7639
422fd05e9c91
parent 7635
0cdead130a81
child 7775
4a1db75550bd
equal deleted inserted replaced
7638:176145438b1e 7639:422fd05e9c91
17 'dict', 'dict-proxy', 'set', 'file', 'xrange', 17 'dict', 'dict-proxy', 'set', 'file', 'xrange',
18 'slice', 'buffer', 'class', 'instance', 18 'slice', 'buffer', 'class', 'instance',
19 'method', 'property', 'generator', 19 'method', 'property', 'generator',
20 'function', 'builtin_function_or_method', 'code', 'module', 20 'function', 'builtin_function_or_method', 'code', 'module',
21 'ellipsis', 'traceback', 'frame', 'other', 'frozenset', 'bytes', 21 'ellipsis', 'traceback', 'frame', 'other', 'frozenset', 'bytes',
22 # Special case for Python 2: don't add 'instancemethod' to
23 # ConfigVarTypeFilters and leave it always at last position
24 'instancemethod'
25 ] 22 ]
26 23
27 BatchSize = 200 24 BatchSize = 200
28 ConfigQtNames = ( 25 ConfigQtNames = (
29 'PyQt5.', 'PySide2.', 'Shiboken.EnumType' 26 'PyQt5.', 'PySide2.', 'Shiboken.EnumType'
34 '.QDateTime', '.QDir', '.QFile', '.QFont', '.QUrl', '.QModelIndex', 31 '.QDateTime', '.QDir', '.QFile', '.QFont', '.QUrl', '.QModelIndex',
35 '.QRegExp', '.QAction', '.QKeySequence', '.QDomAttr', '.QDomCharacterData', 32 '.QRegExp', '.QAction', '.QKeySequence', '.QDomAttr', '.QDomCharacterData',
36 '.QDomComment', '.QDomDocument', '.QDomElement', '.QDomText', 33 '.QDomComment', '.QDomDocument', '.QDomElement', '.QDomText',
37 '.QHostAddress', '.EnumType' 34 '.QHostAddress', '.EnumType'
38 ) 35 )
39
40 #
41 # eflag: noqa = M702

eric ide

mercurial