eric7/Documentation/Source/eric7.Globals.__init__.html

branch
eric7
changeset 9016
6f079c524e99
parent 8596
d64760b2da50
child 9097
213951c41dcd
--- a/eric7/Documentation/Source/eric7.Globals.__init__.html	Sun Apr 03 17:23:31 2022 +0200
+++ b/eric7/Documentation/Source/eric7.Globals.__init__.html	Mon Apr 04 17:43:43 2022 +0200
@@ -50,6 +50,10 @@
 <td>Module function to get the path of the PyQt tools.</td>
 </tr>
 <tr>
+<td><a href="#getPythonExecutable">getPythonExecutable</a></td>
+<td>Function to determine the path of the (non-windowed) Python executable.</td>
+</tr>
+<tr>
 <td><a href="#getPythonLibraryDirectory">getPythonLibraryDirectory</a></td>
 <td>Function to determine the path to Python's library directory.</td>
 </tr>
@@ -275,6 +279,28 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
+<a NAME="getPythonExecutable" ID="getPythonExecutable"></a>
+<h2>getPythonExecutable</h2>
+<b>getPythonExecutable</b>(<i></i>)
+
+<p>
+    Function to determine the path of the (non-windowed) Python executable.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+path of the Python executable
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
 <a NAME="getPythonLibraryDirectory" ID="getPythonLibraryDirectory"></a>
 <h2>getPythonLibraryDirectory</h2>
 <b>getPythonLibraryDirectory</b>(<i></i>)

eric ide

mercurial