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

branch
eric7
changeset 9612
93b496cc3c88
parent 9503
ae9232bf4854
child 10229
e50bbf250343
equal deleted inserted replaced
9611:af03537d56b2 9612:93b496cc3c88
16 to find out the superclasses of a class as well as its attributes. 16 to find out the superclasses of a class as well as its attributes.
17 </p> 17 </p>
18 <h3>Global Attributes</h3> 18 <h3>Global Attributes</h3>
19 19
20 <table> 20 <table>
21 <tr><td>SUPPORTED_TYPES</td></tr><tr><td>TABWIDTH</td></tr><tr><td>_commentsub</td></tr><tr><td>_getnext</td></tr><tr><td>_modules</td></tr> 21 <tr><td>SUPPORTED_TYPES</td></tr><tr><td>TABWIDTH</td></tr><tr><td>_commentsub</td></tr><tr><td>_getnext</td></tr>
22 </table> 22 </table>
23 <h3>Classes</h3> 23 <h3>Classes</h3>
24 24
25 <table> 25 <table>
26 26
62 <td>Module function to return the indentation depth.</td> 62 <td>Module function to return the indentation depth.</td>
63 </tr> 63 </tr>
64 <tr> 64 <tr>
65 <td><a href="#calculateEndline">calculateEndline</a></td> 65 <td><a href="#calculateEndline">calculateEndline</a></td>
66 <td>Function to calculate the end line of a class or method/function.</td> 66 <td>Function to calculate the end line of a class or method/function.</td>
67 </tr>
68 <tr>
69 <td><a href="#clearModulesCache">clearModulesCache</a></td>
70 <td>Function to clear the cached modules.</td>
71 </tr> 67 </tr>
72 <tr> 68 <tr>
73 <td><a href="#readmodule_ex">readmodule_ex</a></td> 69 <td><a href="#readmodule_ex">readmodule_ex</a></td>
74 <td>Read a module file and return a dictionary of classes.</td> 70 <td>Read a module file and return a dictionary of classes.</td>
75 </tr> 71 </tr>
621 </dd> 617 </dd>
622 </dl> 618 </dl>
623 <div align="right"><a href="#top">Up</a></div> 619 <div align="right"><a href="#top">Up</a></div>
624 <hr /> 620 <hr />
625 <hr /> 621 <hr />
626 <a NAME="clearModulesCache" ID="clearModulesCache"></a>
627 <h2>clearModulesCache</h2>
628 <b>clearModulesCache</b>(<i></i>)
629
630 <p>
631 Function to clear the cached modules.
632 </p>
633 <div align="right"><a href="#top">Up</a></div>
634 <hr />
635 <hr />
636 <a NAME="readmodule_ex" ID="readmodule_ex"></a> 622 <a NAME="readmodule_ex" ID="readmodule_ex"></a>
637 <h2>readmodule_ex</h2> 623 <h2>readmodule_ex</h2>
638 <b>readmodule_ex</b>(<i>module, path=None, isTypeFile=False</i>) 624 <b>readmodule_ex</b>(<i>module, path=None, isTypeFile=False</i>)
639 625
640 <p> 626 <p>

eric ide

mercurial