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

branch
eric7
changeset 10433
328f3ec4b77a
parent 10259
b51dfacef37f
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.rbclbr.html	Thu Dec 21 15:46:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.rbclbr.html	Thu Dec 21 19:50:01 2023 +0100
@@ -105,19 +105,19 @@
 </p>
 <dl>
 
-<dt><i>module</i></dt>
+<dt><i>module</i> (str)</dt>
 <dd>
 name of the module containing this class
 </dd>
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
 name of this class
 </dd>
-<dt><i>file</i></dt>
+<dt><i>file</i> (str)</dt>
 <dd>
 filename containing this attribute
 </dd>
-<dt><i>lineno</i></dt>
+<dt><i>lineno</i> (int)</dt>
 <dd>
 linenumber of the class definition
 </dd>
@@ -167,23 +167,23 @@
 </p>
 <dl>
 
-<dt><i>module</i></dt>
+<dt><i>module</i> (str)</dt>
 <dd>
 name of the module containing this class
 </dd>
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
 name of this class
 </dd>
-<dt><i>superClasses</i></dt>
+<dt><i>superClasses</i> (list of str)</dt>
 <dd>
 list of class names this class is inherited from
 </dd>
-<dt><i>file</i></dt>
+<dt><i>file</i> (str)</dt>
 <dd>
 filename containing this class
 </dd>
-<dt><i>lineno</i></dt>
+<dt><i>lineno</i> (int)</dt>
 <dd>
 linenumber of the class definition
 </dd>
@@ -233,27 +233,27 @@
 </p>
 <dl>
 
-<dt><i>module</i></dt>
+<dt><i>module</i> (str)</dt>
 <dd>
 name of the module containing this function
 </dd>
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
 name of this function
 </dd>
-<dt><i>file</i></dt>
+<dt><i>file</i> (str)</dt>
 <dd>
 filename containing this class
 </dd>
-<dt><i>lineno</i></dt>
+<dt><i>lineno</i> (int)</dt>
 <dd>
 linenumber of the class definition
 </dd>
-<dt><i>signature</i></dt>
+<dt><i>signature</i> (str)</dt>
 <dd>
-parameterlist of the method
+parameter list of the method
 </dd>
-<dt><i>separator</i></dt>
+<dt><i>separator</i> (str)</dt>
 <dd>
 string separating the parameters
 </dd>
@@ -303,19 +303,19 @@
 </p>
 <dl>
 
-<dt><i>module</i></dt>
+<dt><i>module</i> (str)</dt>
 <dd>
 name of the module containing this class
 </dd>
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
 name of this class
 </dd>
-<dt><i>file</i></dt>
+<dt><i>file</i> (str)</dt>
 <dd>
 filename containing this class
 </dd>
-<dt><i>lineno</i></dt>
+<dt><i>lineno</i> (int)</dt>
 <dd>
 linenumber of the class definition
 </dd>

eric ide

mercurial