Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html

changeset 6349
17b3c75913de
parent 6343
86cea8abd0f7
child 6362
ec32d1d7f525
diff -r d6c0b8ab1fc6 -r 17b3c75913de Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html
--- a/Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html	Fri Jun 15 18:49:48 2018 +0200
+++ b/Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html	Sat Jun 16 13:34:22 2018 +0200
@@ -85,7 +85,7 @@
 </table>
 <a NAME="VirtualenvAddEditDialog.__init__" ID="VirtualenvAddEditDialog.__init__"></a>
 <h4>VirtualenvAddEditDialog (Constructor)</h4>
-<b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", parent=None</i>)
+<b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", venvVariant=3, parent=None</i>)
 <p>
         Constructor
 </p><dl>
@@ -101,6 +101,9 @@
 </dd><dt><i>venvInterpreter</i> (str)</dt>
 <dd>
 Python interpreter of the virtual environment
+</dd><dt><i>venvVariant</i> (int)</dt>
+<dd>
+Python variant of the virtual environment
 </dd><dt><i>parent</i> (QWidget)</dt>
 <dd>
 reference to the parent widget
@@ -118,13 +121,13 @@
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-tuple containing the logical name, the directory and the
-            interpreter of the virtual environment
+tuple containing the logical name, the directory, the
+            interpreter of the virtual environment and the Python variant
 </dd>
 </dl><dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of (str, str, str)
+tuple of (str, str, str, int)
 </dd>
 </dl><a NAME="VirtualenvAddEditDialog.on_globalCheckBox_toggled" ID="VirtualenvAddEditDialog.on_globalCheckBox_toggled"></a>
 <h4>VirtualenvAddEditDialog.on_globalCheckBox_toggled</h4>

eric ide

mercurial