10427:3733e2b23cf7 | 10428:a071d4065202 |
---|---|
148 def hasTimedOut(self): | 148 def hasTimedOut(self): |
149 """ | 149 """ |
150 Public method to check, if the last 'readUntil()' has timed out. | 150 Public method to check, if the last 'readUntil()' has timed out. |
151 | 151 |
152 @return flag indicating a timeout | 152 @return flag indicating a timeout |
153 @@rtype bool | 153 @rtype bool |
154 """ | 154 """ |
155 return self.__timedOut | 155 return self.__timedOut |
156 | 156 |
157 def login(self, password): | 157 def login(self, password): |
158 """ | 158 """ |