Debugger/Config.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2988
f53c03574697
child 3060
5883ce99ee12
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
51 # Variables type definition (for non-Qt only) 51 # Variables type definition (for non-Qt only)
52 ConfigVarTypeDispStrings = [ 52 ConfigVarTypeDispStrings = [
53 'Hidden Attributes', 'None', 'Type', 'Boolean', 'Integer', 53 'Hidden Attributes', 'None', 'Type', 'Boolean', 'Integer',
54 'Long Integer', 'Float', 'Complex', 'String', 'Unicode String', 54 'Long Integer', 'Float', 'Complex', 'String', 'Unicode String',
55 'Tuple', 'List/Array', 'Dictionary/Hash/Map', 'Dictionary Proxy', 55 'Tuple', 'List/Array', 'Dictionary/Hash/Map', 'Dictionary Proxy',
56 'Set', 'File', 'X Range', 'Slice', 'Buffer', 'Class', 'Class Instance', 56 'Set', 'File', 'X Range', 'Slice', 'Buffer', 'Class',
57 'Class Method', 'Class Property', 'Generator', 'Function', 57 'Class Instance', 'Class Method', 'Class Property', 'Generator',
58 'Builtin Function', 'Code', 'Module', 'Ellipsis', 58 'Function', 'Builtin Function', 'Code', 'Module', 'Ellipsis',
59 'Traceback', 'Frame', 'Other'] 59 'Traceback', 'Frame', 'Other']

eric ide

mercurial