9611:af03537d56b2 | 9612:93b496cc3c88 |
---|---|
19 It is based on the Python class browser found in this package. | 19 It is based on the Python class browser found in this package. |
20 </p> | 20 </p> |
21 <h3>Global Attributes</h3> | 21 <h3>Global Attributes</h3> |
22 | 22 |
23 <table> | 23 <table> |
24 <tr><td>SUPPORTED_TYPES</td></tr><tr><td>_commentsub</td></tr><tr><td>_getnext</td></tr><tr><td>_modules</td></tr> | 24 <tr><td>SUPPORTED_TYPES</td></tr><tr><td>_commentsub</td></tr><tr><td>_getnext</td></tr> |
25 </table> | 25 </table> |
26 <h3>Classes</h3> | 26 <h3>Classes</h3> |
27 | 27 |
28 <table> | 28 <table> |
29 | 29 |
50 </table> | 50 </table> |
51 <h3>Functions</h3> | 51 <h3>Functions</h3> |
52 | 52 |
53 <table> | 53 <table> |
54 | 54 |
55 <tr> | |
56 <td><a href="#clearModulesCache">clearModulesCache</a></td> | |
57 <td>Function to clear the cached modules.</td> | |
58 </tr> | |
59 <tr> | 55 <tr> |
60 <td><a href="#readmodule_ex">readmodule_ex</a></td> | 56 <td><a href="#readmodule_ex">readmodule_ex</a></td> |
61 <td>Read a Ruby file and return a dictionary of classes, functions and modules.</td> | 57 <td>Read a Ruby file and return a dictionary of classes, functions and modules.</td> |
62 </tr> | 58 </tr> |
63 <tr> | 59 <tr> |
368 Constructor | 364 Constructor |
369 </p> | 365 </p> |
370 <div align="right"><a href="#top">Up</a></div> | 366 <div align="right"><a href="#top">Up</a></div> |
371 <hr /> | 367 <hr /> |
372 <hr /> | 368 <hr /> |
373 <a NAME="clearModulesCache" ID="clearModulesCache"></a> | |
374 <h2>clearModulesCache</h2> | |
375 <b>clearModulesCache</b>(<i></i>) | |
376 | |
377 <p> | |
378 Function to clear the cached modules. | |
379 </p> | |
380 <div align="right"><a href="#top">Up</a></div> | |
381 <hr /> | |
382 <hr /> | |
383 <a NAME="readmodule_ex" ID="readmodule_ex"></a> | 369 <a NAME="readmodule_ex" ID="readmodule_ex"></a> |
384 <h2>readmodule_ex</h2> | 370 <h2>readmodule_ex</h2> |
385 <b>readmodule_ex</b>(<i>module, path=None, isTypeFile=False</i>) | 371 <b>readmodule_ex</b>(<i>module, path=None, isTypeFile=False</i>) |
386 | 372 |
387 <p> | 373 <p> |