src/eric7/Documentation/Source/eric7.Globals.__init__.html

branch
eric7-maintenance
changeset 9961
50ce8f74d9a5
parent 9747
b7976868d5b0
child 10070
9f5758c0fec1
--- a/src/eric7/Documentation/Source/eric7.Globals.__init__.html	Thu Mar 30 08:55:16 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Globals.__init__.html	Sun Apr 02 17:57:47 2023 +0200
@@ -70,6 +70,10 @@
 <td>Module function to convert a value to a list.</td>
 </tr>
 <tr>
+<td><a href="#versionIsValid">versionIsValid</a></td>
+<td>Function to check, if the given version string is valid.</td>
+</tr>
+<tr>
 <td><a href="#versionToTuple">versionToTuple</a></td>
 <td>Module function to convert a version string into a tuple.</td>
 </tr>
@@ -372,6 +376,35 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
+<a NAME="versionIsValid" ID="versionIsValid"></a>
+<h2>versionIsValid</h2>
+<b>versionIsValid</b>(<i>version</i>)
+
+<p>
+    Function to check, if the given version string is valid.
+</p>
+<dl>
+
+<dt><i>version</i> (str)</dt>
+<dd>
+version string
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating validity
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
 <a NAME="versionToTuple" ID="versionToTuple"></a>
 <h2>versionToTuple</h2>
 <b>versionToTuple</b>(<i>version, length=3</i>)

eric ide

mercurial