--- a/Documentation/Source/eric6.Utilities.__init__.html Sun Oct 07 18:18:13 2018 +0200 +++ b/Documentation/Source/eric6.Utilities.__init__.html Sat Oct 13 14:08:21 2018 +0200 @@ -148,6 +148,9 @@ <td><a href="#getRealName">getRealName</a></td> <td>Function to get the real name of the user.</td> </tr><tr> +<td><a href="#getSysPath">getSysPath</a></td> +<td>Module function to get the Python path (sys.path) of a specific interpreter.</td> +</tr><tr> <td><a href="#getTestFileName">getTestFileName</a></td> <td>Function to build the filename of a unittest file.</td> </tr><tr> @@ -1115,6 +1118,31 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="getSysPath" ID="getSysPath"></a> +<h2>getSysPath</h2> +<b>getSysPath</b>(<i>interpreter</i>) +<p> + Module function to get the Python path (sys.path) of a specific + interpreter. +</p><dl> +<dt><i>interpreter</i> (str)</dt> +<dd> +Python interpreter executable to get sys.path for +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +list containing sys.path of the interpreter; an empty list + is returned, if the interpreter is the one used to run eric itself +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="getTestFileName" ID="getTestFileName"></a> <h2>getTestFileName</h2> <b>getTestFileName</b>(<i>fn</i>)