7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
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="", 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="", baseDir="", parent=None</i>) |
117 | 117 |
118 <p> | 118 <p> |
119 Constructor | 119 Constructor |
120 </p> | 120 </p> |
121 <dl> | 121 <dl> |
150 </dd> | 150 </dd> |
151 <dt><i>execPath</i> (str)</dt> | 151 <dt><i>execPath</i> (str)</dt> |
152 <dd> | 152 <dd> |
153 search path string to be prepended to the PATH | 153 search path string to be prepended to the PATH |
154 environment variable | 154 environment variable |
155 </dd> | |
156 <dt><i>baseDir</i> (str)</dt> | |
157 <dd> | |
158 base directory for the virtual environments | |
155 </dd> | 159 </dd> |
156 <dt><i>parent</i> (QWidget)</dt> | 160 <dt><i>parent</i> (QWidget)</dt> |
157 <dd> | 161 <dd> |
158 reference to the parent widget | 162 reference to the parent widget |
159 </dd> | 163 </dd> |
171 | 175 |
172 <p> | 176 <p> |
173 Public method to retrieve the entered data. | 177 Public method to retrieve the entered data. |
174 </p> | 178 </p> |
175 <dl> | 179 <dl> |
176 <dt>Returns:</dt> | 180 <dt>Return:</dt> |
177 <dd> | 181 <dd> |
178 tuple containing the logical name, the directory, the | 182 tuple containing the logical name, the directory, the |
179 interpreter of the virtual environment, a flag indicating a | 183 interpreter of the virtual environment, a flag indicating a |
180 global environment, a flag indicating an Anaconda environment, | 184 global environment, a flag indicating an Anaconda environment, |
181 a flag indicating a remotely accessed environment and a string | 185 a flag indicating a remotely accessed environment and a string |