src/eric7/Documentation/Source/eric7.SystemUtilities.PythonUtilities.html

branch
eric7
changeset 10479
856476537696
parent 10431
64157aeb0312
child 10836
dc7f25f2f7e4
--- a/src/eric7/Documentation/Source/eric7.SystemUtilities.PythonUtilities.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.SystemUtilities.PythonUtilities.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,24 +7,22 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.SystemUtilities.PythonUtilities</h1>
-
 <p>
 Module implementing Python related utility functions.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#__searchInterpreters_Linux">__searchInterpreters_Linux</a></td>
 <td>Function to determine a list of all Python interpreters available via the executable search path (i.e.</td>
@@ -66,16 +64,17 @@
 <td>Function to determine a list of all Python interpreters available via the executable search path (i.e.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="__searchInterpreters_Linux" ID="__searchInterpreters_Linux"></a>
 <h2>__searchInterpreters_Linux</h2>
 <b>__searchInterpreters_Linux</b>(<i>environments=None</i>)
-
 <p>
     Function to determine a list of all Python interpreters available via the
     executable search path (i.e. PATH) (non Windows variant).
 </p>
+
 <dl>
 
 <dt><i>environments</i> (list of str (optional))</dt>
@@ -102,11 +101,11 @@
 <a NAME="__searchInterpreters_Windows" ID="__searchInterpreters_Windows"></a>
 <h2>__searchInterpreters_Windows</h2>
 <b>__searchInterpreters_Windows</b>(<i>environments=None</i>)
-
 <p>
     Function to determine a list of all Python interpreters available via the
     executable search path (i.e. PATH) (Windows variant).
 </p>
+
 <dl>
 
 <dt><i>environments</i> (list of str (optional))</dt>
@@ -133,10 +132,10 @@
 <a NAME="determinePythonVersion" ID="determinePythonVersion"></a>
 <h2>determinePythonVersion</h2>
 <b>determinePythonVersion</b>(<i>filename, source, editor=None</i>)
-
 <p>
     Function to determine the python version of a given file.
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -177,10 +176,10 @@
 <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>
@@ -199,10 +198,10 @@
 <a NAME="getPythonLibPath" ID="getPythonLibPath"></a>
 <h2>getPythonLibPath</h2>
 <b>getPythonLibPath</b>(<i></i>)
-
 <p>
     Function to determine the path to Python's library.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -221,10 +220,10 @@
 <a NAME="getPythonLibraryDirectory" ID="getPythonLibraryDirectory"></a>
 <h2>getPythonLibraryDirectory</h2>
 <b>getPythonLibraryDirectory</b>(<i></i>)
-
 <p>
     Function to determine the path to Python's library directory.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -243,10 +242,10 @@
 <a NAME="getPythonScriptsDirectory" ID="getPythonScriptsDirectory"></a>
 <h2>getPythonScriptsDirectory</h2>
 <b>getPythonScriptsDirectory</b>(<i></i>)
-
 <p>
     Function to determine the path to Python's scripts directory.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -265,10 +264,10 @@
 <a NAME="getPythonVersion" ID="getPythonVersion"></a>
 <h2>getPythonVersion</h2>
 <b>getPythonVersion</b>(<i></i>)
-
 <p>
     Function to get the Python version (major, minor) as an integer value.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -287,11 +286,11 @@
 <a NAME="searchInterpreters" ID="searchInterpreters"></a>
 <h2>searchInterpreters</h2>
 <b>searchInterpreters</b>(<i>environments=None</i>)
-
 <p>
     Function to determine a list of all Python interpreters available via the
     executable search path (i.e. PATH) (Windows variant).
 </p>
+
 <dl>
 
 <dt><i>environments</i> (list of str (optional))</dt>
@@ -314,4 +313,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial