Debugger/DebuggerInterfaceNone.py

branch
5_1_x
changeset 1181
31d20dc43805
parent 791
9ec2ac20e54e
child 1510
e75ecf2bd9dd
equal deleted inserted replaced
1178:2d22b5ce9384 1181:31d20dc43805
78 78
79 def newConnection(self, sock): 79 def newConnection(self, sock):
80 """ 80 """
81 Public slot to handle a new connection. 81 Public slot to handle a new connection.
82 82
83 @param sockreference to the socket object (QTcpSocket) 83 @param sock reference to the socket object (QTcpSocket)
84 @return flag indicating success (boolean) 84 @return flag indicating success (boolean)
85 """ 85 """
86 return False 86 return False
87 87
88 def flush(self): 88 def flush(self):

eric ide

mercurial