Debugger/Config.py

changeset 2988
f53c03574697
parent 2302
f29e9405c851
child 3032
927a2f8b3669
child 3057
10516539f238
equal deleted inserted replaced
2987:c99695c0f13a 2988:f53c03574697
49 # Variables type definition (for non-Qt only) 49 # Variables type definition (for non-Qt only)
50 ConfigVarTypeDispStrings = [ 50 ConfigVarTypeDispStrings = [
51 'Hidden Attributes', 'None', 'Type', 'Boolean', 'Integer', 51 'Hidden Attributes', 'None', 'Type', 'Boolean', 'Integer',
52 'Long Integer', 'Float', 'Complex', 'String', 'Unicode String', 52 'Long Integer', 'Float', 'Complex', 'String', 'Unicode String',
53 'Tuple', 'List/Array', 'Dictionary/Hash/Map', 'Dictionary Proxy', 53 'Tuple', 'List/Array', 'Dictionary/Hash/Map', 'Dictionary Proxy',
54 'Set', 'File', 'X Range', 'Slice', 'Buffer', 'Class', 'Class Instance', 54 'Set', 'File', 'X Range', 'Slice', 'Buffer', 'Class',
55 'Class Method', 'Class Property', 'Generator', 'Function', 55 'Class Instance', 'Class Method', 'Class Property', 'Generator',
56 'Builtin Function', 'Code', 'Module', 'Ellipsis', 56 'Function', 'Builtin Function', 'Code', 'Module', 'Ellipsis',
57 'Traceback', 'Frame', 'Other'] 57 'Traceback', 'Frame', 'Other']

eric ide

mercurial