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'] |