src/eric7/MicroPython/MicroPythonWebreplDeviceInterface.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
166 self.__pasteOff() 166 self.__pasteOff()
167 self.__blockReadyRead = False 167 self.__blockReadyRead = False
168 168
169 return True 169 return True
170 170
171 def execute(self, commands, *, mode="raw", timeout=0): # noqa: U100 171 def execute(self, commands, *, mode="raw", timeout=0): # noqa: U-100
172 """ 172 """
173 Public method to send commands to the connected device and return the 173 Public method to send commands to the connected device and return the
174 result. 174 result.
175 175
176 @param commands list of commands to be executed 176 @param commands list of commands to be executed

eric ide

mercurial