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

changeset 2966
f85f686981ad
parent 2779
4d433896b6d6
diff -r d133c7edd88a -r f85f686981ad Documentation/Source/eric5.Utilities.ClassBrowsers.__init__.html
--- a/Documentation/Source/eric5.Utilities.ClassBrowsers.__init__.html	Sun Sep 29 18:22:08 2013 +0200
+++ b/Documentation/Source/eric5.Utilities.ClassBrowsers.__init__.html	Sun Sep 29 18:23:27 2013 +0200
@@ -68,6 +68,9 @@
 </dd><dt><i>path</i></dt>
 <dd>
 search path (list of strings)
+</dd><dt><i>isPyFile</i></dt>
+<dd>
+flag indicating a Python file (boolean)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -87,10 +90,11 @@
 <h2>readmodule</h2>
 <b>readmodule</b>(<i>module, path=[], isPyFile=False</i>)
 <p>
-    Read a source file and return a dictionary of classes, functions, modules, etc. .
+    Read a source file and return a dictionary of classes, functions, modules,
+    etc. .
 </p><p>
-    The real work of parsing the source file is delegated to the individual file
-    parsers.
+    The real work of parsing the source file is delegated to the individual
+    file parsers.
 </p><dl>
 <dt><i>module</i></dt>
 <dd>
@@ -98,6 +102,9 @@
 </dd><dt><i>path</i></dt>
 <dd>
 path the file should be searched in (list of strings)
+</dd><dt><i>isPyFile</i></dt>
+<dd>
+flag indicating a Python file (boolean)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>

eric ide

mercurial