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

branch
eric7
changeset 11255
1c2bd52f2002
parent 11215
d07c71a34adf
equal deleted inserted replaced
11254:cdb56075b4bc 11255:1c2bd52f2002
134 </table> 134 </table>
135 135
136 136
137 <a NAME="BackgroundService.__init__" ID="BackgroundService.__init__"></a> 137 <a NAME="BackgroundService.__init__" ID="BackgroundService.__init__"></a>
138 <h4>BackgroundService (Constructor)</h4> 138 <h4>BackgroundService (Constructor)</h4>
139 <b>BackgroundService</b>(<i>parent=None</i>) 139 <b>BackgroundService</b>(<i>releaseMode=False, parent=None</i>)
140 <p> 140 <p>
141 Constructor 141 Constructor
142 </p> 142 </p>
143 143
144 <dl> 144 <dl>
145 145
146 <dt><i>parent</i> (QObject)</dt> 146 <dt><i>releaseMode</i> (bool (optional))</dt>
147 <dd> 147 <dd>
148 reference to the parent object 148 flag indicating release mode operations (defaults to False)
149 </dd>
150 <dt><i>parent</i> (QObject (optional))</dt>
151 <dd>
152 reference to the parent object (defaults to None)
149 </dd> 153 </dd>
150 </dl> 154 </dl>
151 <a NAME="BackgroundService.__getPythonInterpreter" ID="BackgroundService.__getPythonInterpreter"></a> 155 <a NAME="BackgroundService.__getPythonInterpreter" ID="BackgroundService.__getPythonInterpreter"></a>
152 <h4>BackgroundService.__getPythonInterpreter</h4> 156 <h4>BackgroundService.__getPythonInterpreter</h4>
153 <b>__getPythonInterpreter</b>(<i></i>) 157 <b>__getPythonInterpreter</b>(<i></i>)

eric ide

mercurial