--- a/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.jsclbr.html Wed Nov 09 15:17:05 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.jsclbr.html Wed Nov 09 15:18:07 2022 +0100 @@ -45,6 +45,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 JavaScript file and return a dictionary of functions and variables.</td> </tr> @@ -422,22 +426,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 JavaScript file and return a dictionary of functions and variables. </p> <dl> -<dt><i>module</i></dt> +<dt><i>module</i> (str)</dt> <dd> -name of the JavaScript file (string) +name of the JavaScript 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> @@ -446,6 +464,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 />