Documentation/Source/eric5.Utilities.ModuleParser.html

changeset 3018
70924c0bdaf1
parent 2768
eab35f6e709f
child 3591
2f2a4a76dd22
diff -r 6a8cb7632448 -r 70924c0bdaf1 Documentation/Source/eric5.Utilities.ModuleParser.html
--- a/Documentation/Source/eric5.Utilities.ModuleParser.html	Sun Oct 13 17:29:57 2013 +0200
+++ b/Documentation/Source/eric5.Utilities.ModuleParser.html	Sun Oct 13 17:44:48 2013 +0200
@@ -140,7 +140,8 @@
 </p><dl>
 <dt><i>lineno</i></dt>
 <dd>
-linenumber of the additional attribute assignment (integer)
+linenumber of the additional attribute assignment
+            (integer)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -481,8 +482,8 @@
 <h4>Module.__py_scan</h4>
 <b>__py_scan</b>(<i>src</i>)
 <p>
-        Private method to scan the source text of a Python module and retrieve the
-        relevant information.
+        Private method to scan the source text of a Python module and retrieve
+        the relevant information.
 </p><dl>
 <dt><i>src</i></dt>
 <dd>
@@ -502,8 +503,8 @@
 <h4>Module.__rb_scan</h4>
 <b>__rb_scan</b>(<i>src</i>)
 <p>
-        Private method to scan the source text of a Python module and retrieve the
-        relevant information.
+        Private method to scan the source text of a Python module and retrieve
+        the relevant information.
 </p><dl>
 <dt><i>src</i></dt>
 <dd>
@@ -617,7 +618,8 @@
 <h4>Module.createHierarchy</h4>
 <b>createHierarchy</b>(<i></i>)
 <p>
-        Public method to build the inheritance hierarchy for all classes of this module.
+        Public method to build the inheritance hierarchy for all classes of
+        this module.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
@@ -657,7 +659,8 @@
 <h4>Module.scan</h4>
 <b>scan</b>(<i>src</i>)
 <p>
-        Public method to scan the source text and retrieve the relevant information.
+        Public method to scan the source text and retrieve the relevant
+        information.
 </p><dl>
 <dt><i>src</i></dt>
 <dd>

eric ide

mercurial