153 <td>Private method to determine the relative path to all manage.py scripts.</td> |
153 <td>Private method to determine the relative path to all manage.py scripts.</td> |
154 </tr><tr> |
154 </tr><tr> |
155 <td><a href="#Project.__getApplications">__getApplications</a></td> |
155 <td><a href="#Project.__getApplications">__getApplications</a></td> |
156 <td>Private method to ask the user for a list of application names.</td> |
156 <td>Private method to ask the user for a list of application names.</td> |
157 </tr><tr> |
157 </tr><tr> |
|
158 <td><a href="#Project.__getDebugEnvironment">__getDebugEnvironment</a></td> |
|
159 <td>Private method to get the path of the debugger environment.</td> |
|
160 </tr><tr> |
158 <td><a href="#Project.__getDjangoAdminCommand">__getDjangoAdminCommand</a></td> |
161 <td><a href="#Project.__getDjangoAdminCommand">__getDjangoAdminCommand</a></td> |
159 <td>Private method to build a django-admin.py command.</td> |
162 <td>Private method to build a django-admin.py command.</td> |
160 </tr><tr> |
163 </tr><tr> |
161 <td><a href="#Project.__getExecutablePaths">__getExecutablePaths</a></td> |
164 <td><a href="#Project.__getExecutablePaths">__getExecutablePaths</a></td> |
162 <td>Private method to build all full path of an executable file from the environment.</td> |
165 <td>Private method to build all full path of an executable file from the environment.</td> |
516 </p><dl> |
519 </p><dl> |
517 <dt>Returns:</dt> |
520 <dt>Returns:</dt> |
518 <dd> |
521 <dd> |
519 list of application names (list of strings) |
522 list of application names (list of strings) |
520 </dd> |
523 </dd> |
|
524 </dl><a NAME="Project.__getDebugEnvironment" ID="Project.__getDebugEnvironment"></a> |
|
525 <h4>Project.__getDebugEnvironment</h4> |
|
526 <b>__getDebugEnvironment</b>(<i>language=""</i>) |
|
527 <p> |
|
528 Private method to get the path of the debugger environment. |
|
529 </p><dl> |
|
530 <dt><i>language</i></dt> |
|
531 <dd> |
|
532 Python variant to get the debugger environment |
|
533 for (string, one of '', 'Python2' or 'Python3') |
|
534 </dd> |
|
535 </dl><dl> |
|
536 <dt>Returns:</dt> |
|
537 <dd> |
|
538 path of the debugger environment (string) |
|
539 </dd> |
521 </dl><a NAME="Project.__getDjangoAdminCommand" ID="Project.__getDjangoAdminCommand"></a> |
540 </dl><a NAME="Project.__getDjangoAdminCommand" ID="Project.__getDjangoAdminCommand"></a> |
522 <h4>Project.__getDjangoAdminCommand</h4> |
541 <h4>Project.__getDjangoAdminCommand</h4> |
523 <b>__getDjangoAdminCommand</b>(<i>language=""</i>) |
542 <b>__getDjangoAdminCommand</b>(<i>language=""</i>) |
524 <p> |
543 <p> |
525 Private method to build a django-admin.py command. |
544 Private method to build a django-admin.py command. |