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

branch
eric7
changeset 9421
989ee2535d59
parent 9209
b99e7fd55fd3
child 9624
b47dfa7a137d
--- a/src/eric7/Documentation/Source/eric7.Globals.__init__.html	Tue Oct 18 17:48:03 2022 +0200
+++ b/src/eric7/Documentation/Source/eric7.Globals.__init__.html	Wed Oct 19 13:39:16 2022 +0200
@@ -58,6 +58,10 @@
 <td>Function to determine the path to Python's library directory.</td>
 </tr>
 <tr>
+<td><a href="#getPythonScriptsDirectory">getPythonScriptsDirectory</a></td>
+<td>Function to determine the path to Python's scripts directory.</td>
+</tr>
+<tr>
 <td><a href="#getQtBinariesPath">getQtBinariesPath</a></td>
 <td>Module function to get the path of the Qt binaries.</td>
 </tr>
@@ -323,6 +327,28 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
+<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>
+path to the Python scripts directory
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
 <a NAME="getQtBinariesPath" ID="getQtBinariesPath"></a>
 <h2>getQtBinariesPath</h2>
 <b>getQtBinariesPath</b>(<i>libexec=False</i>)

eric ide

mercurial