diff -r 95538c8d07c1 -r 6018d7ac3aec Documentation/Source/eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html --- a/Documentation/Source/eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html Wed Sep 07 18:18:00 2011 +0200 +++ b/Documentation/Source/eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html Wed Sep 07 20:04:09 2011 +0200 @@ -81,6 +81,9 @@ <tr> <td><a href="#Attribute.__init__">Attribute</a></td> <td>Constructor</td> +</tr><tr> +<td><a href="#Attribute.addAssignment">addAssignment</a></td> +<td>Public method to add another assignment line number.</td> </tr> </table> <h3>Static Methods</h3> @@ -106,6 +109,16 @@ <dd> linenumber of the class definition </dd> +</dl><a NAME="Attribute.addAssignment" ID="Attribute.addAssignment"></a> +<h4>Attribute.addAssignment</h4> +<b>addAssignment</b>(<i>lineno</i>) +<p> + Public method to add another assignment line number. +</p><dl> +<dt><i>lineno</i></dt> +<dd> +linenumber of the additional attribute assignment (integer) +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr />