eric6/DebugClients/Python/DebugClientBase.py

changeset 7926
5357e5ffebf1
parent 7923
91e843545d9a
child 7932
c4c6b2784eec
equal deleted inserted replaced
7925:45f94a7c5c2e 7926:5357e5ffebf1
1128 1128
1129 def readReady(self, stream): 1129 def readReady(self, stream):
1130 """ 1130 """
1131 Public method called when there is data ready to be read. 1131 Public method called when there is data ready to be read.
1132 1132
1133 @param stream file like object that has data to be written 1133 @param stream file like object that has data to be read
1134 @return flag indicating an error condition 1134 @return flag indicating an error condition
1135 @rtype bool 1135 @rtype bool
1136 """ 1136 """
1137 error = False 1137 error = False
1138 1138

eric ide

mercurial