eric6/Documentation/Source/eric6.Project.Project.html

changeset 7168
c1f97706c905
parent 7050
b66cac9a6560
child 7273
391d6b7b1eff
--- a/eric6/Documentation/Source/eric6.Project.Project.html	Sat Aug 24 18:26:11 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Project.Project.html	Sat Aug 24 18:27:02 2019 +0200
@@ -659,6 +659,9 @@
 <td><a href="#Project.isMakeEnabled">isMakeEnabled</a></td>
 <td>Public method to test, if make is enabled for the project.</td>
 </tr><tr>
+<td><a href="#Project.isMicroPythonProject">isMicroPythonProject</a></td>
+<td>Public method to check, if this project is a MicroPython project.</td>
+</tr><tr>
 <td><a href="#Project.isMixedLanguageProject">isMixedLanguageProject</a></td>
 <td>Public method to check, if this is a mixed language project.</td>
 </tr><tr>
@@ -2390,6 +2393,21 @@
 <dd>
 bool
 </dd>
+</dl><a NAME="Project.isMicroPythonProject" ID="Project.isMicroPythonProject"></a>
+<h4>Project.isMicroPythonProject</h4>
+<b>isMicroPythonProject</b>(<i></i>)
+<p>
+        Public method to check, if this project is a MicroPython project.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating a MicroPython project
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
 </dl><a NAME="Project.isMixedLanguageProject" ID="Project.isMixedLanguageProject"></a>
 <h4>Project.isMixedLanguageProject</h4>
 <b>isMixedLanguageProject</b>(<i></i>)

eric ide

mercurial