--- a/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.rbclbr.html Mon Apr 08 17:02:11 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.rbclbr.html Tue Apr 09 14:27:03 2024 +0200 @@ -97,7 +97,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> @@ -106,19 +106,23 @@ <dt><i>module</i> (str)</dt> <dd> -name of the module containing this class +name of the module containing this attribute </dd> <dt><i>name</i> (str)</dt> <dd> -name of this class +name of this attribute </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> -linenumber of the class definition +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> <div align="right"><a href="#top">Up</a></div> @@ -158,7 +162,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> @@ -179,11 +183,15 @@ </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> -linenumber of the class definition +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> @@ -223,7 +231,7 @@ <a NAME="Function.__init__" ID="Function.__init__"></a> <h4>Function (Constructor)</h4> -<b>Function</b>(<i>module, name, file, lineno, signature="", separator=", "</i>) +<b>Function</b>(<i>module, name, file, lineno, col_offset=0, signature="", separator=", "</i>) <p> Constructor </p> @@ -240,15 +248,19 @@ </dd> <dt><i>file</i> (str)</dt> <dd> -filename containing this class +file name containing this function </dd> <dt><i>lineno</i> (int)</dt> <dd> -linenumber of the class definition +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 method +parameter list of the function </dd> <dt><i>separator</i> (str)</dt> <dd> @@ -292,7 +304,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> @@ -301,19 +313,23 @@ <dt><i>module</i> (str)</dt> <dd> -name of the module containing this class +name of the module containing this module </dd> <dt><i>name</i> (str)</dt> <dd> -name of this class +name of this module </dd> <dt><i>file</i> (str)</dt> <dd> -filename containing this class +file name containing this module </dd> <dt><i>lineno</i> (int)</dt> <dd> -linenumber of the class definition +linenumber 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>