src/eric7/Documentation/Source/eric7.VirtualEnv.VirtualenvManager.html

branch
eric7
changeset 11286
f0a76bd2a9d3
parent 11231
c7240fb719c7
diff -r ef8675deb106 -r f0a76bd2a9d3 src/eric7/Documentation/Source/eric7.VirtualEnv.VirtualenvManager.html
--- a/src/eric7/Documentation/Source/eric7.VirtualEnv.VirtualenvManager.html	Tue May 13 16:46:34 2025 +0200
+++ b/src/eric7/Documentation/Source/eric7.VirtualEnv.VirtualenvManager.html	Wed May 14 18:18:06 2025 +0200
@@ -81,6 +81,10 @@
 <td>Constructor</td>
 </tr>
 <tr>
+<td><a href="#VirtualenvManager.__checkEnvironmentInterpretersExist">__checkEnvironmentInterpretersExist</a></td>
+<td>Private method to set all environments with non-existent interpreters to the disabled state.</td>
+</tr>
+<tr>
 <td><a href="#VirtualenvManager.__cleanEnvironments">__cleanEnvironments</a></td>
 <td>Private method to delete all non-existent local or eric-ide server environments.</td>
 </tr>
@@ -161,6 +165,10 @@
 <td>Public method to get a list of defined virtual environments.</td>
 </tr>
 <tr>
+<td><a href="#VirtualenvManager.isAvailableEnvironment">isAvailableEnvironment</a></td>
+<td>Public method to test, if a given environment is available.</td>
+</tr>
+<tr>
 <td><a href="#VirtualenvManager.isEricServerEnvironment">isEricServerEnvironment</a></td>
 <td>Public method to test, if a given environment is an environment accessed through an eric-ide server.</td>
 </tr>
@@ -238,6 +246,14 @@
 reference to the parent object
 </dd>
 </dl>
+<a NAME="VirtualenvManager.__checkEnvironmentInterpretersExist" ID="VirtualenvManager.__checkEnvironmentInterpretersExist"></a>
+<h4>VirtualenvManager.__checkEnvironmentInterpretersExist</h4>
+<b>__checkEnvironmentInterpretersExist</b>(<i></i>)
+<p>
+        Private method to set all environments with non-existent interpreters to
+        the disabled state.
+</p>
+
 <a NAME="VirtualenvManager.__cleanEnvironments" ID="VirtualenvManager.__cleanEnvironments"></a>
 <h4>VirtualenvManager.__cleanEnvironments</h4>
 <b>__cleanEnvironments</b>(<i></i>)
@@ -634,6 +650,32 @@
 list of str
 </dd>
 </dl>
+<a NAME="VirtualenvManager.isAvailableEnvironment" ID="VirtualenvManager.isAvailableEnvironment"></a>
+<h4>VirtualenvManager.isAvailableEnvironment</h4>
+<b>isAvailableEnvironment</b>(<i>venvName</i>)
+<p>
+        Public method to test, if a given environment is available.
+</p>
+
+<dl>
+
+<dt><i>venvName</i> (str)</dt>
+<dd>
+logical name of the virtual environment
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating an available environment
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="VirtualenvManager.isEricServerEnvironment" ID="VirtualenvManager.isEricServerEnvironment"></a>
 <h4>VirtualenvManager.isEricServerEnvironment</h4>
 <b>isEricServerEnvironment</b>(<i>venvName, host=""</i>)

eric ide

mercurial