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', |
18 'slice', 'buffer', 'class', 'instance', 'instancemethod', |
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 ] |
22 ] |
23 |
23 |