52 </tr> |
52 </tr> |
53 </table> |
53 </table> |
54 <hr /><hr /> |
54 <hr /><hr /> |
55 <a NAME="find_module" ID="find_module"></a> |
55 <a NAME="find_module" ID="find_module"></a> |
56 <h2>find_module</h2> |
56 <h2>find_module</h2> |
57 <b>find_module</b>(<i>name, path, isPyFile = False</i>) |
57 <b>find_module</b>(<i>name, path, isPyFile=False</i>) |
58 <p> |
58 <p> |
59 Module function to extend the Python module finding mechanism. |
59 Module function to extend the Python module finding mechanism. |
60 </p><p> |
60 </p><p> |
61 This function searches for files in the given path. If the filename |
61 This function searches for files in the given path. If the filename |
62 doesn't have an extension or an extension of .py, the normal search |
62 doesn't have an extension or an extension of .py, the normal search |
84 </dl> |
84 </dl> |
85 <div align="right"><a href="#top">Up</a></div> |
85 <div align="right"><a href="#top">Up</a></div> |
86 <hr /><hr /> |
86 <hr /><hr /> |
87 <a NAME="readmodule" ID="readmodule"></a> |
87 <a NAME="readmodule" ID="readmodule"></a> |
88 <h2>readmodule</h2> |
88 <h2>readmodule</h2> |
89 <b>readmodule</b>(<i>module, path=[], isPyFile = False</i>) |
89 <b>readmodule</b>(<i>module, path=[], isPyFile=False</i>) |
90 <p> |
90 <p> |
91 Read a source file and return a dictionary of classes, functions, modules, etc. . |
91 Read a source file and return a dictionary of classes, functions, modules, etc. . |
92 </p><p> |
92 </p><p> |
93 The real work of parsing the source file is delegated to the individual file |
93 The real work of parsing the source file is delegated to the individual file |
94 parsers. |
94 parsers. |