1865 continue |
1865 continue |
1866 elif 'instance' in filterList: |
1866 elif 'instance' in filterList: |
1867 continue |
1867 continue |
1868 |
1868 |
1869 isQt = valtype.startswith(ConfigQtNames) |
1869 isQt = valtype.startswith(ConfigQtNames) |
1870 # TODO: see if this is still needed |
|
1871 # if (not valtypestr.startswith('type ') and |
|
1872 # valtypename not in ("ndarray", "MultiValueDict", |
|
1873 # "array", "defaultdict") and |
|
1874 # not isQt): |
|
1875 # valtype = valtypestr |
|
1876 |
1870 |
1877 try: |
1871 try: |
1878 if valtype in self.arrayTypes: |
1872 if valtype in self.arrayTypes: |
1879 rvalue = "{0:d}".format(len(value)) |
1873 rvalue = "{0:d}".format(len(value)) |
1880 elif valtype == 'array.array': |
1874 elif valtype == 'array.array': |