111 <tr><td>None</td></tr> |
111 <tr><td>None</td></tr> |
112 </table> |
112 </table> |
113 |
113 |
114 <a NAME="VirtualenvAddEditDialog.__init__" ID="VirtualenvAddEditDialog.__init__"></a> |
114 <a NAME="VirtualenvAddEditDialog.__init__" ID="VirtualenvAddEditDialog.__init__"></a> |
115 <h4>VirtualenvAddEditDialog (Constructor)</h4> |
115 <h4>VirtualenvAddEditDialog (Constructor)</h4> |
116 <b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, isRemote=False, execPath="", parent=None</i>) |
116 <b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", isGlobal=False, isConda=False, isRemote=False, execPath="", parent=None</i>) |
117 |
117 |
118 <p> |
118 <p> |
119 Constructor |
119 Constructor |
120 </p> |
120 </p> |
121 <dl> |
121 <dl> |
133 directory of the virtual environment |
133 directory of the virtual environment |
134 </dd> |
134 </dd> |
135 <dt><i>venvInterpreter</i> (str)</dt> |
135 <dt><i>venvInterpreter</i> (str)</dt> |
136 <dd> |
136 <dd> |
137 Python interpreter of the virtual environment |
137 Python interpreter of the virtual environment |
138 </dd> |
|
139 <dt><i>venvVariant</i> (int)</dt> |
|
140 <dd> |
|
141 Python variant of the virtual environment |
|
142 </dd> |
138 </dd> |
143 <dt><i>isGlobal</i> (bool)</dt> |
139 <dt><i>isGlobal</i> (bool)</dt> |
144 <dd> |
140 <dd> |
145 flag indicating a global environment |
141 flag indicating a global environment |
146 </dd> |
142 </dd> |
178 </p> |
174 </p> |
179 <dl> |
175 <dl> |
180 <dt>Returns:</dt> |
176 <dt>Returns:</dt> |
181 <dd> |
177 <dd> |
182 tuple containing the logical name, the directory, the |
178 tuple containing the logical name, the directory, the |
183 interpreter of the virtual environment, the Python variant, |
179 interpreter of the virtual environment, a flag indicating a |
184 a flag indicating a global environment, a flag indicating an |
180 global environment, a flag indicating an Anaconda environment, |
185 Anaconda environment, aflag indicating a remotely accessed |
181 a flag indicating a remotely accessed environment and a string |
186 environment and a string to be prepended to the PATH environment |
182 to be prepended to the PATH environment variable |
187 variable |
|
188 </dd> |
183 </dd> |
189 </dl> |
184 </dl> |
190 <dl> |
185 <dl> |
191 <dt>Return Type:</dt> |
186 <dt>Return Type:</dt> |
192 <dd> |
187 <dd> |
193 tuple of (str, str, str, int, bool, bool, bool, str) |
188 tuple of (str, str, str, bool, bool, bool, str) |
194 </dd> |
189 </dd> |
195 </dl> |
190 </dl> |
196 <a NAME="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked" ID="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked"></a> |
191 <a NAME="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked" ID="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked"></a> |
197 <h4>VirtualenvAddEditDialog.on_anacondaCheckBox_clicked</h4> |
192 <h4>VirtualenvAddEditDialog.on_anacondaCheckBox_clicked</h4> |
198 <b>on_anacondaCheckBox_clicked</b>(<i>checked</i>) |
193 <b>on_anacondaCheckBox_clicked</b>(<i>checked</i>) |