Documentation/Source/eric6.Utilities.ModuleParser.html

changeset 5606
da305d172769
parent 4486
0538abbe71d0
child 5651
982465f8389c
--- a/Documentation/Source/eric6.Utilities.ModuleParser.html	Sat Mar 11 19:17:59 2017 +0100
+++ b/Documentation/Source/eric6.Utilities.ModuleParser.html	Sat Mar 11 19:18:57 2017 +0100
@@ -195,7 +195,7 @@
 </table>
 <a NAME="Class.__init__" ID="Class.__init__"></a>
 <h4>Class (Constructor)</h4>
-<b>Class</b>(<i>module, name, super, file, lineno</i>)
+<b>Class</b>(<i>module, name, superClasses, file, lineno</i>)
 <p>
         Constructor
 </p><dl>
@@ -205,7 +205,7 @@
 </dd><dt><i>name</i></dt>
 <dd>
 name of the class (string)
-</dd><dt><i>super</i></dt>
+</dd><dt><i>superClasses</i></dt>
 <dd>
 list of classnames this class is inherited from
                 (list of strings)
@@ -467,7 +467,7 @@
 </table>
 <a NAME="Module.__init__" ID="Module.__init__"></a>
 <h4>Module (Constructor)</h4>
-<b>Module</b>(<i>name, file=None, type=None</i>)
+<b>Module</b>(<i>name, file=None, moduleType=None</i>)
 <p>
         Constructor
 </p><dl>
@@ -477,7 +477,7 @@
 </dd><dt><i>file</i></dt>
 <dd>
 filename of file containing this module (string)
-</dd><dt><i>type</i></dt>
+</dd><dt><i>moduleType</i></dt>
 <dd>
 type of this module
 </dd>
@@ -494,11 +494,11 @@
 </dd>
 </dl><a NAME="Module.__py_setVisibility" ID="Module.__py_setVisibility"></a>
 <h4>Module.__py_setVisibility</h4>
-<b>__py_setVisibility</b>(<i>object</i>)
+<b>__py_setVisibility</b>(<i>objectRef</i>)
 <p>
         Private method to set the visibility of an object.
 </p><dl>
-<dt><i>object</i></dt>
+<dt><i>objectRef</i></dt>
 <dd>
 reference to the object (Attribute, Class or Function)
 </dd>

eric ide

mercurial