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> |