PyInstaller/Documentation/source/Plugin_Packager_PyInstaller.PluginPyInstaller.html

changeset 35
d9b3cadaf707
parent 28
3c8dbc198753
equal deleted inserted replaced
34:784d24a61fdf 35:d9b3cadaf707
203 203
204 <p> 204 <p>
205 Public method to activate this plug-in. 205 Public method to activate this plug-in.
206 </p> 206 </p>
207 <dl> 207 <dl>
208 <dt>Returns:</dt> 208 <dt>Return:</dt>
209 <dd> 209 <dd>
210 tuple of None and activation status (boolean) 210 tuple of None and activation status (boolean)
211 </dd> 211 </dd>
212 </dl> 212 </dl>
213 <a NAME="PyInstallerPlugin.deactivate" ID="PyInstallerPlugin.deactivate"></a> 213 <a NAME="PyInstallerPlugin.deactivate" ID="PyInstallerPlugin.deactivate"></a>
226 226
227 <p> 227 <p>
228 Restricted function to check the availability of pyinstaller. 228 Restricted function to check the availability of pyinstaller.
229 </p> 229 </p>
230 <dl> 230 <dl>
231 <dt>Returns:</dt> 231 <dt>Return:</dt>
232 <dd> 232 <dd>
233 flag indicating availability (boolean) 233 flag indicating availability (boolean)
234 </dd> 234 </dd>
235 </dl> 235 </dl>
236 <div align="right"><a href="#top">Up</a></div> 236 <div align="right"><a href="#top">Up</a></div>
249 <dd> 249 <dd>
250 major python version 250 major python version
251 </dd> 251 </dd>
252 </dl> 252 </dl>
253 <dl> 253 <dl>
254 <dt>Returns:</dt> 254 <dt>Return:</dt>
255 <dd> 255 <dd>
256 names of the executables 256 names of the executables
257 </dd> 257 </dd>
258 </dl> 258 </dl>
259 <dl> 259 <dl>
271 271
272 <p> 272 <p>
273 Module function to support the display of some executable info. 273 Module function to support the display of some executable info.
274 </p> 274 </p>
275 <dl> 275 <dl>
276 <dt>Returns:</dt> 276 <dt>Return:</dt>
277 <dd> 277 <dd>
278 list of dictionaries containing the data to query the presence of 278 list of dictionaries containing the data to query the presence of
279 the executable 279 the executable
280 </dd> 280 </dd>
281 </dl> 281 </dl>

eric ide

mercurial