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

branch
eric7
changeset 9507
1f39839655ea
parent 9236
db53a9efe7ef
child 9624
b47dfa7a137d
--- a/src/eric7/Documentation/Source/eric7.Utilities.__init__.html	Fri Nov 11 17:14:21 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.Utilities.__init__.html	Fri Nov 11 17:49:06 2022 +0100
@@ -266,6 +266,10 @@
 <td>Function returning a normalized, absolute path of the joined parts passed into it.</td>
 </tr>
 <tr>
+<td><a href="#normalizeCode">normalizeCode</a></td>
+<td>Function to normalize the given code.</td>
+</tr>
+<tr>
 <td><a href="#normcaseabspath">normcaseabspath</a></td>
 <td>Function returning an absolute path, that is normalized with respect to its case and references.</td>
 </tr>
@@ -2064,6 +2068,29 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
+<a NAME="normalizeCode" ID="normalizeCode"></a>
+<h2>normalizeCode</h2>
+<b>normalizeCode</b>(<i>codestring</i>)
+
+<p>
+    Function to normalize the given code.
+</p>
+<dl>
+
+<dt><i>codestring</i></dt>
+<dd>
+code to be normalized (string)
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+normalized code (string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
 <a NAME="normcaseabspath" ID="normcaseabspath"></a>
 <h2>normcaseabspath</h2>
 <b>normcaseabspath</b>(<i>path</i>)

eric ide

mercurial