Documentation/Source/eric5.Utilities.ClassBrowsers.pyclbr.html

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
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

eric ide

mercurial