eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html

changeset 8098
36d5f6786a9f
parent 8070
6758ba4670e1
child 8124
98b57e2f731a
--- a/eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html	Fri Feb 12 19:16:12 2021 +0100
+++ b/eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html	Fri Feb 12 19:16:59 2021 +0100
@@ -145,6 +145,10 @@
 <td>Public method to get the workspace directory.</td>
 </tr>
 <tr>
+<td><a href="#PyBoardDevice.hasFlashMenuEntry">hasFlashMenuEntry</a></td>
+<td>Public method to check, if the device has its own flash menu entry.</td>
+</tr>
+<tr>
 <td><a href="#PyBoardDevice.runScript">runScript</a></td>
 <td>Public method to run the given Python script.</td>
 </tr>
@@ -497,6 +501,25 @@
 str
 </dd>
 </dl>
+<a NAME="PyBoardDevice.hasFlashMenuEntry" ID="PyBoardDevice.hasFlashMenuEntry"></a>
+<h4>PyBoardDevice.hasFlashMenuEntry</h4>
+<b>hasFlashMenuEntry</b>(<i></i>)
+
+<p>
+        Public method to check, if the device has its own flash menu entry.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating a specific flash menu entry
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="PyBoardDevice.runScript" ID="PyBoardDevice.runScript"></a>
 <h4>PyBoardDevice.runScript</h4>
 <b>runScript</b>(<i>script</i>)

eric ide

mercurial