DebugClients/Python/DebugConfig.py

changeset 5278
efd21f457e06
parent 5272
5684dd6667e6
child 5389
9b1c800daff3
equal deleted inserted replaced
5277:ed66a44dcd84 5278:efd21f457e06
13 ConfigVarTypeStrings = [ 13 ConfigVarTypeStrings = [
14 '__', 'NoneType', 'type', 14 '__', 'NoneType', 'type',
15 'bool', 'int', 'long', 'float', 'complex', 15 'bool', 'int', 'long', 'float', 'complex',
16 'str', 'unicode', 'tuple', 'list', 16 'str', 'unicode', 'tuple', 'list',
17 'dict', 'dict-proxy', 'set', 'file', 'xrange', 17 'dict', 'dict-proxy', 'set', 'file', 'xrange',
18 'slice', 'buffer', 'class', 'instance', 'instancemethod', 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' 21 'ellipsis', 'traceback', 'frame', 'other', 'frozenset',
22 # Special case for Python 2: don't add 'instancemethod' to
23 # ConfigVarTypeFilters and leave it always at last position
24 'instancemethod'
22 ] 25 ]
23 26
24 # 27 #
25 # eflag: noqa = M702 28 # eflag: noqa = M702

eric ide

mercurial