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

branch
eric7
changeset 9748
df9520c864f2
parent 9209
b99e7fd55fd3
child 9749
5d409223cf3f
equal deleted inserted replaced
9747:b7976868d5b0 9748:df9520c864f2
148 <tr> 148 <tr>
149 <td><a href="#MicroPythonCommandsInterface.getImplementation">getImplementation</a></td> 149 <td><a href="#MicroPythonCommandsInterface.getImplementation">getImplementation</a></td>
150 <td>Public method to get some implementation information of the connected device.</td> 150 <td>Public method to get some implementation information of the connected device.</td>
151 </tr> 151 </tr>
152 <tr> 152 <tr>
153 <td><a href="#MicroPythonCommandsInterface.getModules">getModules</a></td>
154 <td>Public method to show a list of modules built into the firmware.</td>
155 </tr>
156 <tr>
153 <td><a href="#MicroPythonCommandsInterface.getTime">getTime</a></td> 157 <td><a href="#MicroPythonCommandsInterface.getTime">getTime</a></td>
154 <td>Public method to get the current time of the device.</td> 158 <td>Public method to get the current time of the device.</td>
155 </tr> 159 </tr>
156 <tr> 160 <tr>
157 <td><a href="#MicroPythonCommandsInterface.handlePreferencesChanged">handlePreferencesChanged</a></td> 161 <td><a href="#MicroPythonCommandsInterface.handlePreferencesChanged">handlePreferencesChanged</a></td>
494 </dl> 498 </dl>
495 <dl> 499 <dl>
496 <dt>Return Type:</dt> 500 <dt>Return Type:</dt>
497 <dd> 501 <dd>
498 dict 502 dict
503 </dd>
504 </dl>
505 <dl>
506
507 <dt>Raises <b>OSError</b>:</dt>
508 <dd>
509 raised to indicate an issue with the device
510 </dd>
511 </dl>
512 <a NAME="MicroPythonCommandsInterface.getModules" ID="MicroPythonCommandsInterface.getModules"></a>
513 <h4>MicroPythonCommandsInterface.getModules</h4>
514 <b>getModules</b>(<i></i>)
515
516 <p>
517 Public method to show a list of modules built into the firmware.
518 </p>
519 <dl>
520 <dt>Return:</dt>
521 <dd>
522 list of builtin modules
523 </dd>
524 </dl>
525 <dl>
526 <dt>Return Type:</dt>
527 <dd>
528 list of str
499 </dd> 529 </dd>
500 </dl> 530 </dl>
501 <dl> 531 <dl>
502 532
503 <dt>Raises <b>OSError</b>:</dt> 533 <dt>Raises <b>OSError</b>:</dt>

eric ide

mercurial