1806 continue |
1806 continue |
1807 elif 'instance' in filterList: |
1807 elif 'instance' in filterList: |
1808 continue |
1808 continue |
1809 |
1809 |
1810 isQt = valtype.startswith(ConfigQtNames) |
1810 isQt = valtype.startswith(ConfigQtNames) |
1811 # TODO: see if this is still needed |
|
1812 # if (not valtypestr.startswith('type ') and |
|
1813 # valtypename not in ("ndarray", "MultiValueDict", |
|
1814 # "array", "defaultdict") and |
|
1815 # not isQt): |
|
1816 # valtype = valtypestr |
|
1817 |
1811 |
1818 try: |
1812 try: |
1819 if valtype in self.arrayTypes: |
1813 if valtype in self.arrayTypes: |
1820 rvalue = "{0:d}".format(len(value)) |
1814 rvalue = "{0:d}".format(len(value)) |
1821 elif valtype == 'array.array': |
1815 elif valtype == 'array.array': |