diff -r e17a33dfc6e9 -r 576cb5a3b035 ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html --- a/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html Fri Mar 30 14:47:18 2018 +0200 +++ b/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html Sat Jun 23 16:35:46 2018 +0200 @@ -174,7 +174,7 @@ <td>Private method to build a django-admin.py command.</td> </tr><tr> <td><a href="#Project.__getExecutablePaths">__getExecutablePaths</a></td> -<td>Private method to build all full path of an executable file from the environment.</td> +<td>Private method to build all full paths of an executable file from the environment.</td> </tr><tr> <td><a href="#Project.__getLocale">__getLocale</a></td> <td>Private method to extract the locale out of a file name.</td> @@ -233,6 +233,9 @@ <td><a href="#Project.__isSpawningConsole">__isSpawningConsole</a></td> <td>Private method to check, if the given console is a spawning console.</td> </tr><tr> +<td><a href="#Project.__isSuitableForVariant">__isSuitableForVariant</a></td> +<td>Private method to test, if a detected command file is suitable for the given Python variant.</td> +</tr><tr> <td><a href="#Project.__loadData">__loadData</a></td> <td>Private slot to load data from fixture files.</td> </tr><tr> @@ -692,7 +695,7 @@ <h4>Project.__getExecutablePaths</h4> <b>__getExecutablePaths</b>(<i>file</i>) <p> - Private method to build all full path of an executable file from + Private method to build all full paths of an executable file from the environment. </p><dl> <dt><i>file</i></dt> @@ -920,6 +923,20 @@ is spawning (boolean) and the (possibly) cleaned console command (string) </dd> +</dl><a NAME="Project.__isSuitableForVariant" ID="Project.__isSuitableForVariant"></a> +<h4>Project.__isSuitableForVariant</h4> +<b>__isSuitableForVariant</b>(<i>variant, line0</i>) +<p> + Private method to test, if a detected command file is suitable for the + given Python variant. +</p><dl> +<dt><i>variant</i> (str (one of Python2 or Python3))</dt> +<dd> +Python variant to test for +</dd><dt><i>line0</i> (str)</dt> +<dd> +first line of the executable +</dd> </dl><a NAME="Project.__loadData" ID="Project.__loadData"></a> <h4>Project.__loadData</h4> <b>__loadData</b>(<i></i>)