164 <td>Constructor</td> |
164 <td>Constructor</td> |
165 </tr> |
165 </tr> |
166 </table> |
166 </table> |
167 <a NAME="Function.__init__" ID="Function.__init__"></a> |
167 <a NAME="Function.__init__" ID="Function.__init__"></a> |
168 <h4>Function (Constructor)</h4> |
168 <h4>Function (Constructor)</h4> |
169 <b>Function</b>(<i>module, name, file, lineno, signature = '', separator = ', '</i>) |
169 <b>Function</b>(<i>module, name, file, lineno, signature='', separator=', '</i>) |
170 <p> |
170 <p> |
171 Constructor |
171 Constructor |
172 </p><dl> |
172 </p><dl> |
173 <dt><i>module</i></dt> |
173 <dt><i>module</i></dt> |
174 <dd> |
174 <dd> |
276 </dl> |
276 </dl> |
277 <div align="right"><a href="#top">Up</a></div> |
277 <div align="right"><a href="#top">Up</a></div> |
278 <hr /><hr /> |
278 <hr /><hr /> |
279 <a NAME="readmodule_ex" ID="readmodule_ex"></a> |
279 <a NAME="readmodule_ex" ID="readmodule_ex"></a> |
280 <h2>readmodule_ex</h2> |
280 <h2>readmodule_ex</h2> |
281 <b>readmodule_ex</b>(<i>module, path=[], inpackage = False, isPyFile = False</i>) |
281 <b>readmodule_ex</b>(<i>module, path=[], inpackage=False, isPyFile=False</i>) |
282 <p> |
282 <p> |
283 Read a module file and return a dictionary of classes. |
283 Read a module file and return a dictionary of classes. |
284 </p><p> |
284 </p><p> |
285 Search for MODULE in PATH and sys.path, read and parse the |
285 Search for MODULE in PATH and sys.path, read and parse the |
286 module and return a dictionary with one entry for each class |
286 module and return a dictionary with one entry for each class |