172 </tr><tr> |
172 </tr><tr> |
173 <td><a href="#Project.__getDjangoAdminCommand">__getDjangoAdminCommand</a></td> |
173 <td><a href="#Project.__getDjangoAdminCommand">__getDjangoAdminCommand</a></td> |
174 <td>Private method to build a django-admin.py command.</td> |
174 <td>Private method to build a django-admin.py command.</td> |
175 </tr><tr> |
175 </tr><tr> |
176 <td><a href="#Project.__getExecutablePaths">__getExecutablePaths</a></td> |
176 <td><a href="#Project.__getExecutablePaths">__getExecutablePaths</a></td> |
177 <td>Private method to build all full path of an executable file from the environment.</td> |
177 <td>Private method to build all full paths of an executable file from the environment.</td> |
178 </tr><tr> |
178 </tr><tr> |
179 <td><a href="#Project.__getLocale">__getLocale</a></td> |
179 <td><a href="#Project.__getLocale">__getLocale</a></td> |
180 <td>Private method to extract the locale out of a file name.</td> |
180 <td>Private method to extract the locale out of a file name.</td> |
181 </tr><tr> |
181 </tr><tr> |
182 <td><a href="#Project.__getMigrations">__getMigrations</a></td> |
182 <td><a href="#Project.__getMigrations">__getMigrations</a></td> |
230 <td><a href="#Project.__initToolsMenu">__initToolsMenu</a></td> |
230 <td><a href="#Project.__initToolsMenu">__initToolsMenu</a></td> |
231 <td>Private method to initialize the tools menu.</td> |
231 <td>Private method to initialize the tools menu.</td> |
232 </tr><tr> |
232 </tr><tr> |
233 <td><a href="#Project.__isSpawningConsole">__isSpawningConsole</a></td> |
233 <td><a href="#Project.__isSpawningConsole">__isSpawningConsole</a></td> |
234 <td>Private method to check, if the given console is a spawning console.</td> |
234 <td>Private method to check, if the given console is a spawning console.</td> |
|
235 </tr><tr> |
|
236 <td><a href="#Project.__isSuitableForVariant">__isSuitableForVariant</a></td> |
|
237 <td>Private method to test, if a detected command file is suitable for the given Python variant.</td> |
235 </tr><tr> |
238 </tr><tr> |
236 <td><a href="#Project.__loadData">__loadData</a></td> |
239 <td><a href="#Project.__loadData">__loadData</a></td> |
237 <td>Private slot to load data from fixture files.</td> |
240 <td>Private slot to load data from fixture files.</td> |
238 </tr><tr> |
241 </tr><tr> |
239 <td><a href="#Project.__loadRecentApplications">__loadRecentApplications</a></td> |
242 <td><a href="#Project.__loadRecentApplications">__loadRecentApplications</a></td> |
690 </dd> |
693 </dd> |
691 </dl><a NAME="Project.__getExecutablePaths" ID="Project.__getExecutablePaths"></a> |
694 </dl><a NAME="Project.__getExecutablePaths" ID="Project.__getExecutablePaths"></a> |
692 <h4>Project.__getExecutablePaths</h4> |
695 <h4>Project.__getExecutablePaths</h4> |
693 <b>__getExecutablePaths</b>(<i>file</i>) |
696 <b>__getExecutablePaths</b>(<i>file</i>) |
694 <p> |
697 <p> |
695 Private method to build all full path of an executable file from |
698 Private method to build all full paths of an executable file from |
696 the environment. |
699 the environment. |
697 </p><dl> |
700 </p><dl> |
698 <dt><i>file</i></dt> |
701 <dt><i>file</i></dt> |
699 <dd> |
702 <dd> |
700 filename of the executable (string) |
703 filename of the executable (string) |
917 <dt>Returns:</dt> |
920 <dt>Returns:</dt> |
918 <dd> |
921 <dd> |
919 tuple of two entries giving an indication, if the console |
922 tuple of two entries giving an indication, if the console |
920 is spawning (boolean) and the (possibly) cleaned console command |
923 is spawning (boolean) and the (possibly) cleaned console command |
921 (string) |
924 (string) |
|
925 </dd> |
|
926 </dl><a NAME="Project.__isSuitableForVariant" ID="Project.__isSuitableForVariant"></a> |
|
927 <h4>Project.__isSuitableForVariant</h4> |
|
928 <b>__isSuitableForVariant</b>(<i>variant, line0</i>) |
|
929 <p> |
|
930 Private method to test, if a detected command file is suitable for the |
|
931 given Python variant. |
|
932 </p><dl> |
|
933 <dt><i>variant</i> (str (one of Python2 or Python3))</dt> |
|
934 <dd> |
|
935 Python variant to test for |
|
936 </dd><dt><i>line0</i> (str)</dt> |
|
937 <dd> |
|
938 first line of the executable |
922 </dd> |
939 </dd> |
923 </dl><a NAME="Project.__loadData" ID="Project.__loadData"></a> |
940 </dl><a NAME="Project.__loadData" ID="Project.__loadData"></a> |
924 <h4>Project.__loadData</h4> |
941 <h4>Project.__loadData</h4> |
925 <b>__loadData</b>(<i></i>) |
942 <b>__loadData</b>(<i></i>) |
926 <p> |
943 <p> |