src/eric7/Documentation/Source/eric7.Utilities.BackgroundService.html

branch
eric7
changeset 9323
6ae7193558ac
parent 9236
db53a9efe7ef
child 10433
328f3ec4b77a
equal deleted inserted replaced
9322:3f0fe9a79aa1 9323:6ae7193558ac
72 <tr> 72 <tr>
73 <td><a href="#BackgroundService.__init__">BackgroundService</a></td> 73 <td><a href="#BackgroundService.__init__">BackgroundService</a></td>
74 <td>Constructor</td> 74 <td>Constructor</td>
75 </tr> 75 </tr>
76 <tr> 76 <tr>
77 <td><a href="#BackgroundService.__getPythonInterpreter">__getPythonInterpreter</a></td>
78 <td>Private method to generate the path of the Python interpreter to be used to run the background client.</td>
79 </tr>
80 <tr>
77 <td><a href="#BackgroundService.__processQueue">__processQueue</a></td> 81 <td><a href="#BackgroundService.__processQueue">__processQueue</a></td>
78 <td>Private method to take the next service request and send it to the client.</td> 82 <td>Private method to take the next service request and send it to the client.</td>
79 </tr> 83 </tr>
80 <tr> 84 <tr>
81 <td><a href="#BackgroundService.__receive">__receive</a></td> 85 <td><a href="#BackgroundService.__receive">__receive</a></td>
144 <dt><i>parent</i> (QObject)</dt> 148 <dt><i>parent</i> (QObject)</dt>
145 <dd> 149 <dd>
146 reference to the parent object 150 reference to the parent object
147 </dd> 151 </dd>
148 </dl> 152 </dl>
153 <a NAME="BackgroundService.__getPythonInterpreter" ID="BackgroundService.__getPythonInterpreter"></a>
154 <h4>BackgroundService.__getPythonInterpreter</h4>
155 <b>__getPythonInterpreter</b>(<i></i>)
156
157 <p>
158 Private method to generate the path of the Python interpreter to be
159 used to run the background client.
160 </p>
161 <dl>
162 <dt>Return:</dt>
163 <dd>
164 path of the Python interpreter
165 </dd>
166 </dl>
167 <dl>
168 <dt>Return Type:</dt>
169 <dd>
170 str
171 </dd>
172 </dl>
149 <a NAME="BackgroundService.__processQueue" ID="BackgroundService.__processQueue"></a> 173 <a NAME="BackgroundService.__processQueue" ID="BackgroundService.__processQueue"></a>
150 <h4>BackgroundService.__processQueue</h4> 174 <h4>BackgroundService.__processQueue</h4>
151 <b>__processQueue</b>(<i></i>) 175 <b>__processQueue</b>(<i></i>)
152 176
153 <p> 177 <p>

eric ide

mercurial