src/eric7/MicroPython/MicroPythonWebreplSocket.py

branch
eric7
changeset 10428
a071d4065202
parent 10229
e50bbf250343
child 10439
21c28b0f9e41
equal deleted inserted replaced
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 """

eric ide

mercurial