diff -r 3f785deb97eb -r dd77cc80e343 Documentation/Source/eric5.Globals.__init__.html --- a/Documentation/Source/eric5.Globals.__init__.html Sun Apr 21 13:04:02 2013 +0200 +++ b/Documentation/Source/eric5.Globals.__init__.html Mon Apr 22 20:24:58 2013 +0200 @@ -43,6 +43,9 @@ <td><a href="#getConfigDir">getConfigDir</a></td> <td>Module function to get the name of the directory storing the config data.</td> </tr><tr> +<td><a href="#getPythonModulesDirectory">getPythonModulesDirectory</a></td> +<td>Function to determine the path to Python's modules directory.</td> +</tr><tr> <td><a href="#isLinuxPlatform">isLinuxPlatform</a></td> <td>Function to check, if this is a Linux platform.</td> </tr><tr> @@ -96,6 +99,19 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="getPythonModulesDirectory" ID="getPythonModulesDirectory"></a> +<h2>getPythonModulesDirectory</h2> +<b>getPythonModulesDirectory</b>(<i></i>) +<p> + Function to determine the path to Python's modules directory. +</p><dl> +<dt>Returns:</dt> +<dd> +path to the Python modules directory (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="isLinuxPlatform" ID="isLinuxPlatform"></a> <h2>isLinuxPlatform</h2> <b>isLinuxPlatform</b>(<i></i>)