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