eric6/Documentation/Source/eric6.Utilities.ModuleParser.html

changeset 7989
a21d673a8f99
parent 7900
72b88fb20261
child 8215
fc5d68a6889e
--- a/eric6/Documentation/Source/eric6.Utilities.ModuleParser.html	Sat Jan 16 16:50:00 2021 +0100
+++ b/eric6/Documentation/Source/eric6.Utilities.ModuleParser.html	Sat Jan 16 16:51:23 2021 +0100
@@ -358,7 +358,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the named attribute or None
 </dd>
@@ -378,7 +378,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the named method or None
 </dd>
@@ -843,7 +843,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 end line of the class/method/function (one based)
 </dd>
@@ -863,7 +863,7 @@
         this module.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 A dictionary with inheritance hierarchies.
 </dd>
@@ -876,7 +876,7 @@
         Public method to retrieve the modules filename.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 module filename (string)
 </dd>
@@ -889,7 +889,7 @@
         Public method to retrieve the modules name.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 module name (string)
 </dd>
@@ -902,7 +902,7 @@
         Public method to get the type of the module's source.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 type of the modules's source (string)
 </dd>
@@ -1070,7 +1070,7 @@
         Public method to check, if the visibility is Private.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating Private visibility (boolean)
 </dd>
@@ -1083,7 +1083,7 @@
         Public method to check, if the visibility is Protected.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating Protected visibility (boolean)
 </dd>
@@ -1096,7 +1096,7 @@
         Public method to check, if the visibility is Public.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating Public visibility (boolean)
 </dd>
@@ -1140,7 +1140,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 Length of the whitespace string after tab expansion.
 </dd>
@@ -1178,7 +1178,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple of the open file, pathname and description. Description
         is a tuple of file suffix, file mode and file type)
@@ -1209,7 +1209,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 module type or -1 for failure (integer)
 </dd>
@@ -1266,7 +1266,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 reference to a Module object containing the parsed
         module information (Module)

eric ide

mercurial