ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.Project.html

changeset 52
caddf9f36f9f
parent 37
1bd8d19a3aa7
child 61
fe1e8783a95f
equal deleted inserted replaced
51:428c2bec2e8f 52:caddf9f36f9f
99 <tr> 99 <tr>
100 <td><a href="#Project.__runServer">__runServer</a></td> 100 <td><a href="#Project.__runServer">__runServer</a></td>
101 <td>Private slot to start the Flask Web server.</td> 101 <td>Private slot to start the Flask Web server.</td>
102 </tr> 102 </tr>
103 <tr> 103 <tr>
104 <td><a href="#Project.__setDebugEnvironment">__setDebugEnvironment</a></td>
105 <td>Private method to set the virtual environment as the selected debug environment.</td>
106 </tr>
107 <tr>
108 <td><a href="#Project.__setIgnoreVirtualEnvironment">__setIgnoreVirtualEnvironment</a></td>
109 <td>Private method to add an embedded project specific virtual environment to the list of ignore files/directories.</td>
110 </tr>
111 <tr>
104 <td><a href="#Project.__shellProcessFinished">__shellProcessFinished</a></td> 112 <td><a href="#Project.__shellProcessFinished">__shellProcessFinished</a></td>
105 <td>Private slot connected to the finished signal.</td> 113 <td>Private slot connected to the finished signal.</td>
106 </tr> 114 </tr>
107 <tr> 115 <tr>
108 <td><a href="#Project.__showDocumentation">__showDocumentation</a></td> 116 <td><a href="#Project.__showDocumentation">__showDocumentation</a></td>
304 <dt><i>development</i> (bool)</dt> 312 <dt><i>development</i> (bool)</dt>
305 <dd> 313 <dd>
306 flag indicating development mode 314 flag indicating development mode
307 </dd> 315 </dd>
308 </dl> 316 </dl>
317 <a NAME="Project.__setDebugEnvironment" ID="Project.__setDebugEnvironment"></a>
318 <h4>Project.__setDebugEnvironment</h4>
319 <b>__setDebugEnvironment</b>(<i></i>)
320
321 <p>
322 Private method to set the virtual environment as the selected debug
323 environment.
324 </p>
325 <a NAME="Project.__setIgnoreVirtualEnvironment" ID="Project.__setIgnoreVirtualEnvironment"></a>
326 <h4>Project.__setIgnoreVirtualEnvironment</h4>
327 <b>__setIgnoreVirtualEnvironment</b>(<i></i>)
328
329 <p>
330 Private method to add an embedded project specific virtual environment
331 to the list of ignore files/directories.
332 </p>
309 <a NAME="Project.__shellProcessFinished" ID="Project.__shellProcessFinished"></a> 333 <a NAME="Project.__shellProcessFinished" ID="Project.__shellProcessFinished"></a>
310 <h4>Project.__shellProcessFinished</h4> 334 <h4>Project.__shellProcessFinished</h4>
311 <b>__shellProcessFinished</b>(<i></i>) 335 <b>__shellProcessFinished</b>(<i></i>)
312 336
313 <p> 337 <p>
423 dict 447 dict
424 </dd> 448 </dd>
425 </dl> 449 </dl>
426 <a NAME="Project.getFullCommand" ID="Project.getFullCommand"></a> 450 <a NAME="Project.getFullCommand" ID="Project.getFullCommand"></a>
427 <h4>Project.getFullCommand</h4> 451 <h4>Project.getFullCommand</h4>
428 <b>getFullCommand</b>(<i>command</i>) 452 <b>getFullCommand</b>(<i>command, virtualEnvPath=None</i>)
429 453
430 <p> 454 <p>
431 Public method to get the full command for a given command name. 455 Public method to get the full command for a given command name.
432 </p> 456 </p>
433 <dl> 457 <dl>
434 458
435 <dt><i>command</i> (str)</dt> 459 <dt><i>command</i> (str)</dt>
436 <dd> 460 <dd>
437 command name 461 command name
462 </dd>
463 <dt><i>virtualEnvPath</i> (str)</dt>
464 <dd>
465 path of the virtual environment
438 </dd> 466 </dd>
439 </dl> 467 </dl>
440 <dl> 468 <dl>
441 <dt>Returns:</dt> 469 <dt>Returns:</dt>
442 <dd> 470 <dd>

eric ide

mercurial