--- a/src/eric7/Documentation/Source/eric7.Testing.TestResultsTree.html Tue Oct 22 17:22:53 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Testing.TestResultsTree.html Tue Oct 22 17:49:41 2024 +0200 @@ -307,7 +307,7 @@ <a NAME="TestResultsModel.columnCount" ID="TestResultsModel.columnCount"></a> <h4>TestResultsModel.columnCount</h4> -<b>columnCount</b>(<i>parent=QModelIndex()</i>) +<b>columnCount</b>(<i>parent=None</i>) <p> Public method to get the number of columns. </p> @@ -316,7 +316,7 @@ <dt><i>parent</i> (QModelIndex (optional))</dt> <dd> -index of the parent item (defaults to QModelIndex()) +index of the parent item (defaults to None) </dd> </dl> <dl> @@ -480,7 +480,7 @@ </dl> <a NAME="TestResultsModel.index" ID="TestResultsModel.index"></a> <h4>TestResultsModel.index</h4> -<b>index</b>(<i>row, column, parent=QModelIndex()</i>) +<b>index</b>(<i>row, column, parent=None</i>) <p> Public method to generate an index for the given row and column to identify the item. @@ -498,7 +498,7 @@ </dd> <dt><i>parent</i> (QModelIndex (optional))</dt> <dd> -index of the parent item (defaults to QModelIndex()) +index of the parent item (defaults to None) </dd> </dl> <dl> @@ -541,7 +541,7 @@ </dl> <a NAME="TestResultsModel.rowCount" ID="TestResultsModel.rowCount"></a> <h4>TestResultsModel.rowCount</h4> -<b>rowCount</b>(<i>parent=QModelIndex()</i>) +<b>rowCount</b>(<i>parent=None</i>) <p> Public method to get the number of row for a given parent index. </p> @@ -550,7 +550,7 @@ <dt><i>parent</i> (QModelIndex (optional))</dt> <dd> -index of the parent item (defaults to QModelIndex()) +index of the parent item (defaults to None) </dd> </dl> <dl> @@ -816,7 +816,7 @@ </dl> <a NAME="TestResultsTreeView.dataChanged" ID="TestResultsTreeView.dataChanged"></a> <h4>TestResultsTreeView.dataChanged</h4> -<b>dataChanged</b>(<i>topLeft, bottomRight, roles=[]</i>) +<b>dataChanged</b>(<i>topLeft, bottomRight, roles=None</i>) <p> Public method called when the model data has changed. </p> @@ -833,7 +833,7 @@ </dd> <dt><i>roles</i> (list of Qt.ItemDataRole (optional))</dt> <dd> -list of roles changed (defaults to []) +list of roles changed (defaults to None) </dd> </dl> <a NAME="TestResultsTreeView.reset" ID="TestResultsTreeView.reset"></a>