src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManager.html

branch
eric7
changeset 9765
6378da868bb0
parent 9760
11245ac9c258
child 9853
080e060a0383
equal deleted inserted replaced
9764:57496966803c 9765:6378da868bb0
185 <tr><td>None</td></tr> 185 <tr><td>None</td></tr>
186 </table> 186 </table>
187 187
188 <a NAME="MicroPythonFileManager.__init__" ID="MicroPythonFileManager.__init__"></a> 188 <a NAME="MicroPythonFileManager.__init__" ID="MicroPythonFileManager.__init__"></a>
189 <h4>MicroPythonFileManager (Constructor)</h4> 189 <h4>MicroPythonFileManager (Constructor)</h4>
190 <b>MicroPythonFileManager</b>(<i>commandsInterface, parent=None</i>) 190 <b>MicroPythonFileManager</b>(<i>device, parent=None</i>)
191 191
192 <p> 192 <p>
193 Constructor 193 Constructor
194 </p> 194 </p>
195 <dl> 195 <dl>
196 196
197 <dt><i>commandsInterface</i> (MicroPythonCommandsInterface)</dt> 197 <dt><i>device</i> (BaseDevice)</dt>
198 <dd> 198 <dd>
199 reference to the commands interface object 199 MicroPython device object
200 </dd> 200 </dd>
201 <dt><i>parent</i> (QObject)</dt> 201 <dt><i>parent</i> (QObject)</dt>
202 <dd> 202 <dd>
203 reference to the parent object 203 reference to the parent object
204 </dd> 204 </dd>
387 387
388 <dt><i>deviceFileName</i> (str)</dt> 388 <dt><i>deviceFileName</i> (str)</dt>
389 <dd> 389 <dd>
390 name of the file to write to 390 name of the file to write to
391 </dd> 391 </dd>
392 <dt><i>content</i> (bytes)</dt> 392 <dt><i>data</i> (bytes)</dt>
393 <dd> 393 <dd>
394 data to write 394 data to write
395 </dd> 395 </dd>
396 </dl> 396 </dl>
397 <a NAME="MicroPythonFileManager.pwd" ID="MicroPythonFileManager.pwd"></a> 397 <a NAME="MicroPythonFileManager.pwd" ID="MicroPythonFileManager.pwd"></a>

eric ide

mercurial