897 </dl> |
897 </dl> |
898 <div align="right"><a href="#top">Up</a></div> |
898 <div align="right"><a href="#top">Up</a></div> |
899 <hr /><hr /> |
899 <hr /><hr /> |
900 <a NAME="readModule" ID="readModule"></a> |
900 <a NAME="readModule" ID="readModule"></a> |
901 <h2>readModule</h2> |
901 <h2>readModule</h2> |
902 <b>readModule</b>(<i>module, path=None, inpackage=False, basename="", extensions=None, caching=True</i>) |
902 <b>readModule</b>(<i>module, path=None, inpackage=False, basename="", extensions=None, caching=True, ignoreBuiltinModules=False</i>) |
903 <p> |
903 <p> |
904 Function to read a module file and parse it. |
904 Function to read a module file and parse it. |
905 </p><p> |
905 </p><p> |
906 The module is searched in path and sys.path, read and parsed. |
906 The module is searched in path and sys.path, read and parsed. |
907 If the module was parsed before, the information is taken |
907 If the module was parsed before, the information is taken |
927 source file extensions (list of strings) |
927 source file extensions (list of strings) |
928 </dd><dt><i>caching</i></dt> |
928 </dd><dt><i>caching</i></dt> |
929 <dd> |
929 <dd> |
930 flag indicating that the parsed module should be |
930 flag indicating that the parsed module should be |
931 cached (boolean) |
931 cached (boolean) |
|
932 </dd><dt><i>ignoreBuiltinModules</i></dt> |
|
933 <dd> |
|
934 flag indicating to ignore the builtin modules |
|
935 (boolean) |
932 </dd> |
936 </dd> |
933 </dl><dl> |
937 </dl><dl> |
934 <dt>Returns:</dt> |
938 <dt>Returns:</dt> |
935 <dd> |
939 <dd> |
936 reference to a Module object containing the parsed |
940 reference to a Module object containing the parsed |