--- a/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.rbclbr.html Wed Nov 09 15:17:05 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.rbclbr.html Wed Nov 09 15:18:07 2022 +0100 @@ -53,6 +53,10 @@ <table> <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 Ruby file and return a dictionary of classes, functions and modules.</td> </tr> @@ -366,22 +370,36 @@ <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 Ruby file and return a dictionary of classes, functions and modules. </p> <dl> -<dt><i>module</i></dt> +<dt><i>module</i> (str)</dt> <dd> -name of the Ruby file (string) +name of the Ruby file </dd> -<dt><i>path</i></dt> +<dt><i>path</i> (list of str)</dt> <dd> -path the file should be searched in (list of strings) +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> @@ -390,6 +408,12 @@ the resulting dictionary </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />