eric6/DebugClients/Python/DebugClientBase.py

changeset 7866
c8be86d8f1b3
parent 7862
817ef8e0fa66
child 7883
dd208a886048
equal deleted inserted replaced
7865:393b25ccb048 7866:c8be86d8f1b3
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':

eric ide

mercurial