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> |