DebugClients/Python3/DebugClientBase.py

changeset 2297
e8a46f81517c
parent 2276
52ec544a6c74
child 2302
f29e9405c851
equal deleted inserted replaced
2296:da3757bc5218 2297:e8a46f81517c
1495 1495
1496 self.write('{0}{1}\n'.format(DebugProtocol.ResponseVariable, str(varlist))) 1496 self.write('{0}{1}\n'.format(DebugProtocol.ResponseVariable, str(varlist)))
1497 1497
1498 def __formatQt4Variable(self, value, vtype): 1498 def __formatQt4Variable(self, value, vtype):
1499 """ 1499 """
1500 Private method to produce a formatted output of a simple Qt4 type. 1500 Private method to produce a formatted output of a simple Qt4/Qt5 type.
1501 1501
1502 @param value variable to be formatted 1502 @param value variable to be formatted
1503 @param vtype type of the variable to be formatted (string) 1503 @param vtype type of the variable to be formatted (string)
1504 @return A tuple consisting of a list of formatted variables. Each 1504 @return A tuple consisting of a list of formatted variables. Each
1505 variable entry is a tuple of three elements, the variable name, 1505 variable entry is a tuple of three elements, the variable name,

eric ide

mercurial