ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.Project.html

changeset 95
2b0933087db9
parent 74
11587ae1122f
child 106
2086bda4a893
--- a/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.Project.html	Thu Dec 22 15:55:52 2016 +0100
+++ b/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.Project.html	Fri Dec 23 17:15:21 2016 +0100
@@ -66,6 +66,9 @@
 <td><a href="#Project.__init__">Project</a></td>
 <td>Constructor</td>
 </tr><tr>
+<td><a href="#Project.__adjustWorkingDirectory">__adjustWorkingDirectory</a></td>
+<td>Private method to adjust the working directory in the arguments list.</td>
+</tr><tr>
 <td><a href="#Project.__buildDistribution">__buildDistribution</a></td>
 <td>Private slot to build a distribution file for the current Pyramid project.</td>
 </tr><tr>
@@ -166,7 +169,10 @@
 <td>Public method to build a Pyramid command.</td>
 </tr><tr>
 <td><a href="#Project.getPyramidVersion">getPyramidVersion</a></td>
-<td>Public method to get the Pyramid version.</td>
+<td>Public method to get the Pyramid version as a tuple.</td>
+</tr><tr>
+<td><a href="#Project.getPyramidVersionString">getPyramidVersionString</a></td>
+<td>Public method to get the Pyramid version as a string.</td>
 </tr><tr>
 <td><a href="#Project.getPythonCommand">getPythonCommand</a></td>
 <td>Public method to build the Python command.</td>
@@ -225,6 +231,19 @@
 <dd>
 parent (QObject)
 </dd>
+</dl><a NAME="Project.__adjustWorkingDirectory" ID="Project.__adjustWorkingDirectory"></a>
+<h4>Project.__adjustWorkingDirectory</h4>
+<b>__adjustWorkingDirectory</b>(<i>args, wd</i>)
+<p>
+        Private method to adjust the working directory in the arguments list.
+</p><dl>
+<dt><i>args</i> (list of str)</dt>
+<dd>
+list of arguments to be modified
+</dd><dt><i>wd</i> (str)</dt>
+<dd>
+working directory
+</dd>
 </dl><a NAME="Project.__buildDistribution" ID="Project.__buildDistribution"></a>
 <h4>Project.__buildDistribution</h4>
 <b>__buildDistribution</b>(<i></i>)
@@ -549,11 +568,31 @@
 <h4>Project.getPyramidVersion</h4>
 <b>getPyramidVersion</b>(<i></i>)
 <p>
-        Public method to get the Pyramid version.
+        Public method to get the Pyramid version as a tuple.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-Pyramid version (string)
+Pyramid version
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of int
+</dd>
+</dl><a NAME="Project.getPyramidVersionString" ID="Project.getPyramidVersionString"></a>
+<h4>Project.getPyramidVersionString</h4>
+<b>getPyramidVersionString</b>(<i></i>)
+<p>
+        Public method to get the Pyramid version as a string.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+Pyramid version
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl><a NAME="Project.getPythonCommand" ID="Project.getPythonCommand"></a>
 <h4>Project.getPythonCommand</h4>

eric ide

mercurial