eric6/DebugClients/Python/DebugClientBase.py

branch
multi_processing
changeset 7868
272743601100
parent 7863
6725d2549801
child 7870
ab8f95bc7d2d
equal deleted inserted replaced
7867:aa870fdd40d8 7868:272743601100
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':

eric ide

mercurial