98 </tr><tr> |
98 </tr><tr> |
99 <td><a href="#PyCoverageDialog.start">start</a></td> |
99 <td><a href="#PyCoverageDialog.start">start</a></td> |
100 <td>Public slot to start the coverage data evaluation.</td> |
100 <td>Public slot to start the coverage data evaluation.</td> |
101 </tr><tr> |
101 </tr><tr> |
102 <td><a href="#PyCoverageDialog.stringify">stringify</a></td> |
102 <td><a href="#PyCoverageDialog.stringify">stringify</a></td> |
103 <td>Private helper function to generate a string representation of a pair</td> |
103 <td>Private helper function to generate a string representation of a pair.</td> |
104 </tr> |
104 </tr> |
105 </table> |
105 </table> |
106 <h3>Static Methods</h3> |
106 <h3>Static Methods</h3> |
107 <table> |
107 <table> |
108 <tr><td>None</td></tr> |
108 <tr><td>None</td></tr> |
176 stored in the .coverage file. |
176 stored in the .coverage file. |
177 </p><a NAME="PyCoverageDialog.__finish" ID="PyCoverageDialog.__finish"></a> |
177 </p><a NAME="PyCoverageDialog.__finish" ID="PyCoverageDialog.__finish"></a> |
178 <h4>PyCoverageDialog.__finish</h4> |
178 <h4>PyCoverageDialog.__finish</h4> |
179 <b>__finish</b>(<i></i>) |
179 <b>__finish</b>(<i></i>) |
180 <p> |
180 <p> |
181 Private slot called when the action finished or the user pressed the button. |
181 Private slot called when the action finished or the user pressed the |
|
182 button. |
182 </p><a NAME="PyCoverageDialog.__format_lines" ID="PyCoverageDialog.__format_lines"></a> |
183 </p><a NAME="PyCoverageDialog.__format_lines" ID="PyCoverageDialog.__format_lines"></a> |
183 <h4>PyCoverageDialog.__format_lines</h4> |
184 <h4>PyCoverageDialog.__format_lines</h4> |
184 <b>__format_lines</b>(<i>lines</i>) |
185 <b>__format_lines</b>(<i>lines</i>) |
185 <p> |
186 <p> |
186 Private method to format a list of integers into string by coalescing groups. |
187 Private method to format a list of integers into string by coalescing |
|
188 groups. |
187 </p><dl> |
189 </p><dl> |
188 <dt><i>lines</i></dt> |
190 <dt><i>lines</i></dt> |
189 <dd> |
191 <dd> |
190 list of integers |
192 list of integers |
191 </dd> |
193 </dd> |