src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.pyclbr.html

branch
eric7
changeset 10784
521fd465b048
parent 10677
6ee2e475490c
equal deleted inserted replaced
10783:ccf28bec1227 10784:521fd465b048
648 <div align="right"><a href="#top">Up</a></div> 648 <div align="right"><a href="#top">Up</a></div>
649 <hr /> 649 <hr />
650 <hr /> 650 <hr />
651 <a NAME="readmodule_ex" ID="readmodule_ex"></a> 651 <a NAME="readmodule_ex" ID="readmodule_ex"></a>
652 <h2>readmodule_ex</h2> 652 <h2>readmodule_ex</h2>
653 <b>readmodule_ex</b>(<i>module, path=None, isTypeFile=False</i>) 653 <b>readmodule_ex</b>(<i>module, searchPath=None, isTypeFile=False</i>)
654 <p> 654 <p>
655 Read a module file and return a dictionary of classes. 655 Read a module file and return a dictionary of classes.
656 </p> 656 </p>
657 <p> 657 <p>
658 Search for MODULE in PATH and sys.path, read and parse the 658 Search for MODULE in PATH and sys.path, read and parse the
664 664
665 <dt><i>module</i> (str)</dt> 665 <dt><i>module</i> (str)</dt>
666 <dd> 666 <dd>
667 name of the module file 667 name of the module file
668 </dd> 668 </dd>
669 <dt><i>path</i> (list of str)</dt> 669 <dt><i>searchPath</i> (list of str)</dt>
670 <dd> 670 <dd>
671 path the module should be searched in 671 path the module should be searched in
672 </dd> 672 </dd>
673 <dt><i>isTypeFile</i> (bool)</dt> 673 <dt><i>isTypeFile</i> (bool)</dt>
674 <dd> 674 <dd>

eric ide

mercurial