65 <td><a href="#_indent">_indent</a></td> |
65 <td><a href="#_indent">_indent</a></td> |
66 <td>Protected function to determine the indent width of a whitespace string.</td> |
66 <td>Protected function to determine the indent width of a whitespace string.</td> |
67 </tr><tr> |
67 </tr><tr> |
68 <td><a href="#find_module">find_module</a></td> |
68 <td><a href="#find_module">find_module</a></td> |
69 <td>Module function to extend the Python module finding mechanism.</td> |
69 <td>Module function to extend the Python module finding mechanism.</td> |
|
70 </tr><tr> |
|
71 <td><a href="#getTypeFromTypeName">getTypeFromTypeName</a></td> |
|
72 <td>Module function to determine the module type given the module type name.</td> |
70 </tr><tr> |
73 </tr><tr> |
71 <td><a href="#readModule">readModule</a></td> |
74 <td><a href="#readModule">readModule</a></td> |
72 <td>Function to read a module file and parse it.</td> |
75 <td>Function to read a module file and parse it.</td> |
73 </tr><tr> |
76 </tr><tr> |
74 <td><a href="#resetParsedModule">resetParsedModule</a></td> |
77 <td><a href="#resetParsedModule">resetParsedModule</a></td> |
856 The file or module wasn't found. |
859 The file or module wasn't found. |
857 </dd> |
860 </dd> |
858 </dl> |
861 </dl> |
859 <div align="right"><a href="#top">Up</a></div> |
862 <div align="right"><a href="#top">Up</a></div> |
860 <hr /><hr /> |
863 <hr /><hr /> |
|
864 <a NAME="getTypeFromTypeName" ID="getTypeFromTypeName"></a> |
|
865 <h2>getTypeFromTypeName</h2> |
|
866 <b>getTypeFromTypeName</b>(<i>name</i>) |
|
867 <p> |
|
868 Module function to determine the module type given the module type name. |
|
869 </p><dl> |
|
870 <dt><i>name</i></dt> |
|
871 <dd> |
|
872 module type name (string) |
|
873 </dd> |
|
874 </dl><dl> |
|
875 <dt>Returns:</dt> |
|
876 <dd> |
|
877 module type or -1 for failure (integer) |
|
878 </dd> |
|
879 </dl> |
|
880 <div align="right"><a href="#top">Up</a></div> |
|
881 <hr /><hr /> |
861 <a NAME="readModule" ID="readModule"></a> |
882 <a NAME="readModule" ID="readModule"></a> |
862 <h2>readModule</h2> |
883 <h2>readModule</h2> |
863 <b>readModule</b>(<i>module, path=[], inpackage=False, basename="", extensions=None, caching=True</i>) |
884 <b>readModule</b>(<i>module, path=[], inpackage=False, basename="", extensions=None, caching=True</i>) |
864 <p> |
885 <p> |
865 Function to read a module file and parse it. |
886 Function to read a module file and parse it. |