101 <tr><td>None</td></tr> |
101 <tr><td>None</td></tr> |
102 </table> |
102 </table> |
103 |
103 |
104 <a NAME="VirtualenvAddEditDialog.__init__" ID="VirtualenvAddEditDialog.__init__"></a> |
104 <a NAME="VirtualenvAddEditDialog.__init__" ID="VirtualenvAddEditDialog.__init__"></a> |
105 <h4>VirtualenvAddEditDialog (Constructor)</h4> |
105 <h4>VirtualenvAddEditDialog (Constructor)</h4> |
106 <b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", isGlobal=False, isConda=False, isRemote=False, execPath="", baseDir="", parent=None, </i>) |
106 <b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", isGlobal=False, isConda=False, isRemote=False, execPath="", description="", baseDir="", parent=None, </i>) |
107 |
107 |
108 <p> |
108 <p> |
109 Constructor |
109 Constructor |
110 </p> |
110 </p> |
111 <dl> |
111 <dl> |
140 </dd> |
140 </dd> |
141 <dt><i>execPath</i> (str)</dt> |
141 <dt><i>execPath</i> (str)</dt> |
142 <dd> |
142 <dd> |
143 search path string to be prepended to the PATH |
143 search path string to be prepended to the PATH |
144 environment variable |
144 environment variable |
|
145 </dd> |
|
146 <dt><i>description</i> (str)</dt> |
|
147 <dd> |
|
148 descriptive text for the environment |
145 </dd> |
149 </dd> |
146 <dt><i>baseDir</i> (str)</dt> |
150 <dt><i>baseDir</i> (str)</dt> |
147 <dd> |
151 <dd> |
148 base directory for the virtual environments |
152 base directory for the virtual environments |
149 </dd> |
153 </dd> |
194 Public method to retrieve the entered data. |
198 Public method to retrieve the entered data. |
195 </p> |
199 </p> |
196 <dl> |
200 <dl> |
197 <dt>Return:</dt> |
201 <dt>Return:</dt> |
198 <dd> |
202 <dd> |
199 tuple containing the logical name, the directory, the |
203 tuple containing the logical name, the directory, the interpreter of the |
200 interpreter of the virtual environment, a flag indicating a |
204 virtual environment, a flag indicating a global environment, a flag |
201 global environment, a flag indicating an Anaconda environment, |
205 indicating an Anaconda environment, a flag indicating a remotely accessed |
202 a flag indicating a remotely accessed environment and a string |
206 environment, a string to be prepended to the PATH environment variable and |
203 to be prepended to the PATH environment variable |
207 a descriptive text |
204 </dd> |
208 </dd> |
205 </dl> |
209 </dl> |
206 <dl> |
210 <dl> |
207 <dt>Return Type:</dt> |
211 <dt>Return Type:</dt> |
208 <dd> |
212 <dd> |
209 tuple of (str, str, str, bool, bool, bool, str) |
213 tuple of (str, str, str, bool, bool, bool, str, str) |
210 </dd> |
214 </dd> |
211 </dl> |
215 </dl> |
212 <a NAME="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked" ID="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked"></a> |
216 <a NAME="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked" ID="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked"></a> |
213 <h4>VirtualenvAddEditDialog.on_anacondaCheckBox_clicked</h4> |
217 <h4>VirtualenvAddEditDialog.on_anacondaCheckBox_clicked</h4> |
214 <b>on_anacondaCheckBox_clicked</b>(<i>checked</i>) |
218 <b>on_anacondaCheckBox_clicked</b>(<i>checked</i>) |