diff -r 3f0fe9a79aa1 -r 6ae7193558ac src/eric7/Documentation/Source/eric7.Utilities.BackgroundService.html --- a/src/eric7/Documentation/Source/eric7.Utilities.BackgroundService.html Sun Sep 11 18:32:12 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Utilities.BackgroundService.html Mon Sep 12 18:07:42 2022 +0200 @@ -74,6 +74,10 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#BackgroundService.__getPythonInterpreter">__getPythonInterpreter</a></td> +<td>Private method to generate the path of the Python interpreter to be used to run the background client.</td> +</tr> +<tr> <td><a href="#BackgroundService.__processQueue">__processQueue</a></td> <td>Private method to take the next service request and send it to the client.</td> </tr> @@ -146,6 +150,26 @@ reference to the parent object </dd> </dl> +<a NAME="BackgroundService.__getPythonInterpreter" ID="BackgroundService.__getPythonInterpreter"></a> +<h4>BackgroundService.__getPythonInterpreter</h4> +<b>__getPythonInterpreter</b>(<i></i>) + +<p> + Private method to generate the path of the Python interpreter to be + used to run the background client. +</p> +<dl> +<dt>Return:</dt> +<dd> +path of the Python interpreter +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="BackgroundService.__processQueue" ID="BackgroundService.__processQueue"></a> <h4>BackgroundService.__processQueue</h4> <b>__processQueue</b>(<i></i>)