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 |