DebugClients/Python/DebugClientBase.py

changeset 2297
e8a46f81517c
parent 2276
52ec544a6c74
child 2302
f29e9405c851
equal deleted inserted replaced
2296:da3757bc5218 2297:e8a46f81517c
1472 1472
1473 self.write('%s%s\n' % (DebugProtocol.ResponseVariable, unicode(varlist))) 1473 self.write('%s%s\n' % (DebugProtocol.ResponseVariable, unicode(varlist)))
1474 1474
1475 def __formatQt4Variable(self, value, vtype): 1475 def __formatQt4Variable(self, value, vtype):
1476 """ 1476 """
1477 Private method to produce a formated output of a simple Qt4 type. 1477 Private method to produce a formated output of a simple Qt4/Qt5 type.
1478 1478
1479 @param value variable to be formated 1479 @param value variable to be formated
1480 @param vtype type of the variable to be formatted (string) 1480 @param vtype type of the variable to be formatted (string)
1481 @return A tuple consisting of a list of formatted variables. Each 1481 @return A tuple consisting of a list of formatted variables. Each
1482 variable entry is a tuple of three elements, the variable name, 1482 variable entry is a tuple of three elements, the variable name,

eric ide

mercurial