src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.pyclbr.html

branch
eric7
changeset 9503
ae9232bf4854
parent 9236
db53a9efe7ef
child 9612
93b496cc3c88
diff -r 6091145e189e -r ae9232bf4854 src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.pyclbr.html
--- a/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.pyclbr.html	Wed Nov 09 15:17:05 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.pyclbr.html	Wed Nov 09 15:18:07 2022 +0100
@@ -66,6 +66,10 @@
 <td>Function to calculate the end line of a class or method/function.</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 module file and return a dictionary of classes.</td>
 </tr>
@@ -505,11 +509,7 @@
 <h3>Methods</h3>
 
 <table>
-
-<tr>
-<td><a href="#Publics.__init__">Publics</a></td>
-<td>Constructor</td>
-</tr>
+<tr><td>None</td></tr>
 </table>
 <h3>Static Methods</h3>
 
@@ -517,32 +517,6 @@
 <tr><td>None</td></tr>
 </table>
 
-<a NAME="Publics.__init__" ID="Publics.__init__"></a>
-<h4>Publics (Constructor)</h4>
-<b>Publics</b>(<i>module, file, lineno, idents</i>)
-
-<p>
-        Constructor
-</p>
-<dl>
-
-<dt><i>module</i></dt>
-<dd>
-name of the module containing this function
-</dd>
-<dt><i>file</i></dt>
-<dd>
-filename containing this class
-</dd>
-<dt><i>lineno</i></dt>
-<dd>
-linenumber of the class definition
-</dd>
-<dt><i>idents</i></dt>
-<dd>
-list of public identifiers
-</dd>
-</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
@@ -649,9 +623,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, inpackage=False, isPyFile=False</i>)
+<b>readmodule_ex</b>(<i>module, path=None, isTypeFile=False</i>)
 
 <p>
     Read a module file and return a dictionary of classes.
@@ -671,13 +655,9 @@
 <dd>
 path the module should be searched in
 </dd>
-<dt><i>inpackage</i> (bool)</dt>
+<dt><i>isTypeFile</i> (bool)</dt>
 <dd>
-flag indicating a module inside a package is scanned
-</dd>
-<dt><i>isPyFile</i> (bool)</dt>
-<dd>
-flag indicating a Python file
+flag indicating a file of this type
 </dd>
 </dl>
 <dl>

eric ide

mercurial