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

branch
eric7
changeset 10677
6ee2e475490c
parent 10479
856476537696
diff -r d1479a4f1426 -r 6ee2e475490c src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.ClbrBaseClasses.html
--- a/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.ClbrBaseClasses.html	Mon Apr 08 17:02:11 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.ClbrBaseClasses.html	Tue Apr 09 14:27:03 2024 +0200
@@ -101,7 +101,7 @@
 
 <a NAME="Attribute.__init__" ID="Attribute.__init__"></a>
 <h4>Attribute (Constructor)</h4>
-<b>Attribute</b>(<i>module, name, file, lineno</i>)
+<b>Attribute</b>(<i>module, name, file, lineno, col_offset=0</i>)
 <p>
         Constructor
 </p>
@@ -118,12 +118,16 @@
 </dd>
 <dt><i>file</i> (str)</dt>
 <dd>
-filename containing this attribute
+file name containing this attribute
 </dd>
 <dt><i>lineno</i> (int)</dt>
 <dd>
 line number of the attribute definition
 </dd>
+<dt><i>col_offset</i> (int (optional))</dt>
+<dd>
+column number of the attribute definition (defaults to 0)
+</dd>
 </dl>
 <a NAME="Attribute.addAssignment" ID="Attribute.addAssignment"></a>
 <h4>Attribute.addAssignment</h4>
@@ -176,7 +180,7 @@
 
 <a NAME="Class.__init__" ID="Class.__init__"></a>
 <h4>Class (Constructor)</h4>
-<b>Class</b>(<i>module, name, superClasses, file, lineno</i>)
+<b>Class</b>(<i>module, name, superClasses, file, lineno, col_offset=0</i>)
 <p>
         Constructor
 </p>
@@ -197,12 +201,16 @@
 </dd>
 <dt><i>file</i> (str)</dt>
 <dd>
-filename containing this class
+file name containing this class
 </dd>
 <dt><i>lineno</i> (int)</dt>
 <dd>
 line number of the class definition
 </dd>
+<dt><i>col_offset</i> (int (optional))</dt>
+<dd>
+column number of the class definition (defaults to 0)
+</dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
@@ -269,7 +277,7 @@
 
 <a NAME="ClbrBase.__init__" ID="ClbrBase.__init__"></a>
 <h4>ClbrBase (Constructor)</h4>
-<b>ClbrBase</b>(<i>module, name, file, lineno</i>)
+<b>ClbrBase</b>(<i>module, name, file, lineno, col_offset=0</i>)
 <p>
         Constructor
 </p>
@@ -286,11 +294,15 @@
 </dd>
 <dt><i>file</i> (str)</dt>
 <dd>
-filename containing this object
+file name containing this object
 </dd>
 <dt><i>lineno</i> (int)</dt>
 <dd>
-linenumber of the object definition
+line number of the object definition
+</dd>
+<dt><i>col_offset</i> (int (optional))</dt>
+<dd>
+column number of the object definition (defaults to 0)
 </dd>
 </dl>
 <a NAME="ClbrBase._addattribute" ID="ClbrBase._addattribute"></a>
@@ -618,7 +630,7 @@
 </dd>
 <dt><i>file</i> (str)</dt>
 <dd>
-filename containing this coding statement
+file name containing this coding statement
 </dd>
 <dt><i>lineno</i> (int)</dt>
 <dd>
@@ -666,7 +678,7 @@
 
 <a NAME="Enum.__init__" ID="Enum.__init__"></a>
 <h4>Enum (Constructor)</h4>
-<b>Enum</b>(<i>module, name, file, lineno</i>)
+<b>Enum</b>(<i>module, name, file, lineno, col_offset=0</i>)
 <p>
         Constructor
 </p>
@@ -683,12 +695,16 @@
 </dd>
 <dt><i>file</i> (str)</dt>
 <dd>
-filename containing this enum
+file name containing this enum
 </dd>
 <dt><i>lineno</i> (int)</dt>
 <dd>
 line number of the enum definition
 </dd>
+<dt><i>col_offset</i> (int (optional))</dt>
+<dd>
+column number of the enum definition (defaults to 0)
+</dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
@@ -729,7 +745,7 @@
 
 <a NAME="Function.__init__" ID="Function.__init__"></a>
 <h4>Function (Constructor)</h4>
-<b>Function</b>(<i>module, name, file, lineno, signature="", separator=", ", modifierType=General, annotation="", </i>)
+<b>Function</b>(<i>module, name, file, lineno, col_offset=0, signature="", separator=", ", modifierType=General, annotation="", </i>)
 <p>
         Constructor
 </p>
@@ -746,12 +762,16 @@
 </dd>
 <dt><i>file</i> (str)</dt>
 <dd>
-filename containing this function
+file name containing this function
 </dd>
 <dt><i>lineno</i> (int)</dt>
 <dd>
 line number of the function definition
 </dd>
+<dt><i>col_offset</i> (int (optional))</dt>
+<dd>
+column number of the function definition (defaults to 0)
+</dd>
 <dt><i>signature</i> (str)</dt>
 <dd>
 parameter list of the function
@@ -806,7 +826,7 @@
 
 <a NAME="Module.__init__" ID="Module.__init__"></a>
 <h4>Module (Constructor)</h4>
-<b>Module</b>(<i>module, name, file, lineno</i>)
+<b>Module</b>(<i>module, name, file, lineno, col_offset=0</i>)
 <p>
         Constructor
 </p>
@@ -823,12 +843,16 @@
 </dd>
 <dt><i>file</i> (str)</dt>
 <dd>
-filename containing this module
+file name containing this module
 </dd>
 <dt><i>lineno</i> (int)</dt>
 <dd>
 line number of the module definition
 </dd>
+<dt><i>col_offset</i> (int (optional))</dt>
+<dd>
+column number of the module definition (defaults to 0)
+</dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
@@ -871,7 +895,7 @@
 
 <a NAME="_ClbrBase.__init__" ID="_ClbrBase.__init__"></a>
 <h4>_ClbrBase (Constructor)</h4>
-<b>_ClbrBase</b>(<i>module, name, file, lineno</i>)
+<b>_ClbrBase</b>(<i>module, name, file, lineno, col_offset=0</i>)
 <p>
         Constructor
 </p>
@@ -888,11 +912,15 @@
 </dd>
 <dt><i>file</i> (str)</dt>
 <dd>
-filename containing this object
+file name containing this object
 </dd>
 <dt><i>lineno</i> (int)</dt>
 <dd>
-linenumber of the object definition
+line number of the object definition
+</dd>
+<dt><i>col_offset</i> (int (optional))</dt>
+<dd>
+column number of the object definition (defaults to 0)
 </dd>
 </dl>
 <a NAME="_ClbrBase.setEndLine" ID="_ClbrBase.setEndLine"></a>

eric ide

mercurial