Debugger/DebuggerInterfaceNone.py

changeset 1179
7661ab683f7b
parent 1131
7781e396c903
child 1499
b4d0457afb15
equal deleted inserted replaced
1177:5249187bb668 1179:7661ab683f7b
80 80
81 def newConnection(self, sock): 81 def newConnection(self, sock):
82 """ 82 """
83 Public slot to handle a new connection. 83 Public slot to handle a new connection.
84 84
85 @param sockreference to the socket object (QTcpSocket) 85 @param sock reference to the socket object (QTcpSocket)
86 @return flag indicating success (boolean) 86 @return flag indicating success (boolean)
87 """ 87 """
88 return False 88 return False
89 89
90 def flush(self): 90 def flush(self):

eric ide

mercurial