--- a/src/eric7/Documentation/Source/eric7.Debugger.VariablesViewer.html Tue Oct 22 17:22:53 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.VariablesViewer.html Tue Oct 22 17:49:41 2024 +0200 @@ -443,16 +443,16 @@ </dl> <a NAME="VariablesModel.columnCount" ID="VariablesModel.columnCount"></a> <h4>VariablesModel.columnCount</h4> -<b>columnCount</b>(<i>parent=QModelIndex()</i>) +<b>columnCount</b>(<i>parent=None</i>) <p> Public method to get the column count. </p> <dl> -<dt><i>parent</i> (QModelIndex)</dt> +<dt><i>parent</i> (QModelIndex (optional))</dt> <dd> -the model parent (unused) +the model parent (defaults to None) (unused) </dd> </dl> <dl> @@ -539,16 +539,16 @@ <a NAME="VariablesModel.hasChildren" ID="VariablesModel.hasChildren"></a> <h4>VariablesModel.hasChildren</h4> -<b>hasChildren</b>(<i>parent=QModelIndex()</i>) +<b>hasChildren</b>(<i>parent=None</i>) <p> Public method to get a flag if parent has children. </p> <dl> -<dt><i>parent</i> (QModelIndex)</dt> +<dt><i>parent</i> (QModelIndex (optional))</dt> <dd> -the model parent +the model parent (defaults to None) </dd> </dl> <dl> @@ -599,7 +599,7 @@ </dl> <a NAME="VariablesModel.index" ID="VariablesModel.index"></a> <h4>VariablesModel.index</h4> -<b>index</b>(<i>row, column, parent=QModelIndex()</i>) +<b>index</b>(<i>row, column, parent=None</i>) <p> Public method to get the index of item at row:column of parent. </p> @@ -614,9 +614,9 @@ <dd> number of columns </dd> -<dt><i>parent</i> (QModelIndex)</dt> +<dt><i>parent</i> (QModelIndex (optional))</dt> <dd> -the model parent +the model parent (defaults to None) </dd> </dl> <dl> @@ -659,34 +659,34 @@ </dl> <a NAME="VariablesModel.resetModifiedMarker" ID="VariablesModel.resetModifiedMarker"></a> <h4>VariablesModel.resetModifiedMarker</h4> -<b>resetModifiedMarker</b>(<i>parentIdx=QModelIndex(), pathlist=()</i>) +<b>resetModifiedMarker</b>(<i>parentIdx=None, pathlist=None</i>) <p> Public method to remove the modified marker from changed items. </p> <dl> -<dt><i>parentIdx</i> (QModelIndex)</dt> +<dt><i>parentIdx</i> (QModelIndex (optional))</dt> <dd> -item to reset marker +item to reset marker (defaults to None) </dd> -<dt><i>pathlist</i> (list of str)</dt> +<dt><i>pathlist</i> (list of str (optional))</dt> <dd> -full path to the variable +full path to the variable (defaults to None) </dd> </dl> <a NAME="VariablesModel.rowCount" ID="VariablesModel.rowCount"></a> <h4>VariablesModel.rowCount</h4> -<b>rowCount</b>(<i>parent=QModelIndex()</i>) +<b>rowCount</b>(<i>parent=None</i>) <p> Public method to get the row count. </p> <dl> -<dt><i>parent</i> (QModelIndex)</dt> +<dt><i>parent</i> (QModelIndex (optional))</dt> <dd> -the model parent +the model parent (defaults to None) </dd> </dl> <dl>