--- a/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.idlclbr.html Wed Nov 09 15:17:05 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.idlclbr.html Wed Nov 09 15:18:07 2022 +0100 @@ -63,6 +63,10 @@ <td>Function to calculate the end line.</td> </tr> <tr> +<td><a href="#clearModulesCache">clearModulesCache</a></td> +<td>Function to clear the cached modules.</td> +</tr> +<tr> <td><a href="#readmodule_ex">readmodule_ex</a></td> <td>Read a CORBA IDL file and return a dictionary of classes, functions and modules.</td> </tr> @@ -443,9 +447,19 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="clearModulesCache" ID="clearModulesCache"></a> +<h2>clearModulesCache</h2> +<b>clearModulesCache</b>(<i></i>) + +<p> + Function to clear the cached modules. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="readmodule_ex" ID="readmodule_ex"></a> <h2>readmodule_ex</h2> -<b>readmodule_ex</b>(<i>module, path=None</i>) +<b>readmodule_ex</b>(<i>module, path=None, isTypeFile=False</i>) <p> Read a CORBA IDL file and return a dictionary of classes, functions and @@ -455,12 +469,16 @@ <dt><i>module</i> (str)</dt> <dd> -name of the CORBA IDL file +name of the IDL file </dd> <dt><i>path</i> (list of str)</dt> <dd> path the file should be searched in </dd> +<dt><i>isTypeFile</i> (bool)</dt> +<dd> +flag indicating a file of this type +</dd> </dl> <dl> <dt>Return:</dt>