src/eric7/Documentation/Source/eric7.CodeFormatting.IsortFormattingDialog.html

branch
eric7
changeset 10479
856476537696
parent 10229
e50bbf250343
child 10689
3ede487187f2
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.CodeFormatting.IsortFormattingDialog</h1> 9 <h1>eric7.CodeFormatting.IsortFormattingDialog</h1>
10
11 <p> 10 <p>
12 Module implementing a dialog showing the isort code formatting progress and the results. 11 Module implementing a dialog showing the isort code formatting progress and the results.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15 15 <table>
16 <table> 16 <tr><td>None</td></tr>
17 <tr><td>None</td></tr> 17 </table>
18 </table> 18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20 20 <table>
21 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#IsortFormattingDialog">IsortFormattingDialog</a></td> 22 <td><a href="#IsortFormattingDialog">IsortFormattingDialog</a></td>
25 <td>Class implementing a dialog showing the isort code formatting progress and the results.</td> 23 <td>Class implementing a dialog showing the isort code formatting progress and the results.</td>
26 </tr> 24 </tr>
27 <tr> 25 <tr>
31 <tr> 29 <tr>
32 <td><a href="#IsortStatistics">IsortStatistics</a></td> 30 <td><a href="#IsortStatistics">IsortStatistics</a></td>
33 <td>Class containing the isort statistic data.</td> 31 <td>Class containing the isort statistic data.</td>
34 </tr> 32 </tr>
35 </table> 33 </table>
34
36 <h3>Functions</h3> 35 <h3>Functions</h3>
37 36 <table>
38 <table> 37 <tr><td>None</td></tr>
39 <tr><td>None</td></tr> 38 </table>
40 </table> 39
41 <hr /> 40 <hr />
42 <hr /> 41 <hr />
43 <a NAME="IsortFormattingDialog" ID="IsortFormattingDialog"></a> 42 <a NAME="IsortFormattingDialog" ID="IsortFormattingDialog"></a>
44 <h2>IsortFormattingDialog</h2> 43 <h2>IsortFormattingDialog</h2>
45
46 <p> 44 <p>
47 Class implementing a dialog showing the isort code formatting progress and the 45 Class implementing a dialog showing the isort code formatting progress and the
48 results. 46 results.
49 </p> 47 </p>
48
50 <h3>Derived from</h3> 49 <h3>Derived from</h3>
51 QDialog, Ui_IsortFormattingDialog 50 QDialog, Ui_IsortFormattingDialog
52 <h3>Class Attributes</h3> 51 <h3>Class Attributes</h3>
53 52 <table>
54 <table> 53 <tr><td>DataRole</td></tr>
55 <tr><td>DataRole</td></tr><tr><td>DataTypeRole</td></tr><tr><td>FileNameColumn</td></tr><tr><td>FileNameRole</td></tr><tr><td>StatusColumn</td></tr><tr><td>StatusRole</td></tr> 54 <tr><td>DataTypeRole</td></tr>
56 </table> 55 <tr><td>FileNameColumn</td></tr>
56 <tr><td>FileNameRole</td></tr>
57 <tr><td>StatusColumn</td></tr>
58 <tr><td>StatusRole</td></tr>
59 </table>
60
57 <h3>Class Methods</h3> 61 <h3>Class Methods</h3>
58 62 <table>
59 <table> 63 <tr><td>None</td></tr>
60 <tr><td>None</td></tr> 64 </table>
61 </table> 65
62 <h3>Methods</h3> 66 <h3>Methods</h3>
63 67 <table>
64 <table>
65
66 <tr> 68 <tr>
67 <td><a href="#IsortFormattingDialog.__init__">IsortFormattingDialog</a></td> 69 <td><a href="#IsortFormattingDialog.__init__">IsortFormattingDialog</a></td>
68 <td>Constructor</td> 70 <td>Constructor</td>
69 </tr> 71 </tr>
70 <tr> 72 <tr>
126 <tr> 128 <tr>
127 <td><a href="#IsortFormattingDialog.on_statusFilterComboBox_currentTextChanged">on_statusFilterComboBox_currentTextChanged</a></td> 129 <td><a href="#IsortFormattingDialog.on_statusFilterComboBox_currentTextChanged">on_statusFilterComboBox_currentTextChanged</a></td>
128 <td>Private slot handling the selection of a status for items to be shown.</td> 130 <td>Private slot handling the selection of a status for items to be shown.</td>
129 </tr> 131 </tr>
130 </table> 132 </table>
133
131 <h3>Static Methods</h3> 134 <h3>Static Methods</h3>
132 135 <table>
133 <table>
134
135 <tr> 136 <tr>
136 <td><a href="#IsortFormattingDialog.__isortCheckFile">__isortCheckFile</a></td> 137 <td><a href="#IsortFormattingDialog.__isortCheckFile">__isortCheckFile</a></td>
137 <td>Static method to check, if a file's import statements need to be changed.</td> 138 <td>Static method to check, if a file's import statements need to be changed.</td>
138 </tr> 139 </tr>
139 <tr> 140 <tr>
143 <tr> 144 <tr>
144 <td><a href="#IsortFormattingDialog.sortingWorkerTask">sortingWorkerTask</a></td> 145 <td><a href="#IsortFormattingDialog.sortingWorkerTask">sortingWorkerTask</a></td>
145 <td>Static method acting as the parallel worker for the formatting task.</td> 146 <td>Static method acting as the parallel worker for the formatting task.</td>
146 </tr> 147 </tr>
147 </table> 148 </table>
149
148 150
149 <a NAME="IsortFormattingDialog.__init__" ID="IsortFormattingDialog.__init__"></a> 151 <a NAME="IsortFormattingDialog.__init__" ID="IsortFormattingDialog.__init__"></a>
150 <h4>IsortFormattingDialog (Constructor)</h4> 152 <h4>IsortFormattingDialog (Constructor)</h4>
151 <b>IsortFormattingDialog</b>(<i>configuration, filesList, project=None, action=IsortFormattingAction.Sort, parent=None, </i>) 153 <b>IsortFormattingDialog</b>(<i>configuration, filesList, project=None, action=IsortFormattingAction.Sort, parent=None, </i>)
152
153 <p> 154 <p>
154 Constructor 155 Constructor
155 </p> 156 </p>
157
156 <dl> 158 <dl>
157 159
158 <dt><i>configuration</i> (dict)</dt> 160 <dt><i>configuration</i> (dict)</dt>
159 <dd> 161 <dd>
160 dictionary containing the configuration parameters 162 dictionary containing the configuration parameters
177 </dd> 179 </dd>
178 </dl> 180 </dl>
179 <a NAME="IsortFormattingDialog.__filterFiles" ID="IsortFormattingDialog.__filterFiles"></a> 181 <a NAME="IsortFormattingDialog.__filterFiles" ID="IsortFormattingDialog.__filterFiles"></a>
180 <h4>IsortFormattingDialog.__filterFiles</h4> 182 <h4>IsortFormattingDialog.__filterFiles</h4>
181 <b>__filterFiles</b>(<i>filesList</i>) 183 <b>__filterFiles</b>(<i>filesList</i>)
182
183 <p> 184 <p>
184 Private method to filter the given list of files according the 185 Private method to filter the given list of files according the
185 configuration parameters. 186 configuration parameters.
186 </p> 187 </p>
188
187 <dl> 189 <dl>
188 190
189 <dt><i>filesList</i> (list of str)</dt> 191 <dt><i>filesList</i> (list of str)</dt>
190 <dd> 192 <dd>
191 list of files 193 list of files
204 </dd> 206 </dd>
205 </dl> 207 </dl>
206 <a NAME="IsortFormattingDialog.__finish" ID="IsortFormattingDialog.__finish"></a> 208 <a NAME="IsortFormattingDialog.__finish" ID="IsortFormattingDialog.__finish"></a>
207 <h4>IsortFormattingDialog.__finish</h4> 209 <h4>IsortFormattingDialog.__finish</h4>
208 <b>__finish</b>(<i></i>) 210 <b>__finish</b>(<i></i>)
209
210 <p> 211 <p>
211 Private method to perform some actions after the run was performed or canceled. 212 Private method to perform some actions after the run was performed or canceled.
212 </p> 213 </p>
214
213 <a NAME="IsortFormattingDialog.__handleIsortResult" ID="IsortFormattingDialog.__handleIsortResult"></a> 215 <a NAME="IsortFormattingDialog.__handleIsortResult" ID="IsortFormattingDialog.__handleIsortResult"></a>
214 <h4>IsortFormattingDialog.__handleIsortResult</h4> 216 <h4>IsortFormattingDialog.__handleIsortResult</h4>
215 <b>__handleIsortResult</b>(<i>filename, status, data=""</i>) 217 <b>__handleIsortResult</b>(<i>filename, status, data=""</i>)
216
217 <p> 218 <p>
218 Private method to handle an isort sorting result. 219 Private method to handle an isort sorting result.
219 </p> 220 </p>
221
220 <dl> 222 <dl>
221 223
222 <dt><i>filename</i> (str)</dt> 224 <dt><i>filename</i> (str)</dt>
223 <dd> 225 <dd>
224 name of the processed file 226 name of the processed file
234 </dd> 236 </dd>
235 </dl> 237 </dl>
236 <a NAME="IsortFormattingDialog.__performAction" ID="IsortFormattingDialog.__performAction"></a> 238 <a NAME="IsortFormattingDialog.__performAction" ID="IsortFormattingDialog.__performAction"></a>
237 <h4>IsortFormattingDialog.__performAction</h4> 239 <h4>IsortFormattingDialog.__performAction</h4>
238 <b>__performAction</b>(<i></i>) 240 <b>__performAction</b>(<i></i>)
239
240 <p> 241 <p>
241 Private method to execute the requested sorting action. 242 Private method to execute the requested sorting action.
242 </p> 243 </p>
244
243 <a NAME="IsortFormattingDialog.__populateStatusFilterCombo" ID="IsortFormattingDialog.__populateStatusFilterCombo"></a> 245 <a NAME="IsortFormattingDialog.__populateStatusFilterCombo" ID="IsortFormattingDialog.__populateStatusFilterCombo"></a>
244 <h4>IsortFormattingDialog.__populateStatusFilterCombo</h4> 246 <h4>IsortFormattingDialog.__populateStatusFilterCombo</h4>
245 <b>__populateStatusFilterCombo</b>(<i></i>) 247 <b>__populateStatusFilterCombo</b>(<i></i>)
246
247 <p> 248 <p>
248 Private method to populate the status filter combo box with allowed selections. 249 Private method to populate the status filter combo box with allowed selections.
249 </p> 250 </p>
251
250 <a NAME="IsortFormattingDialog.__resizeColumns" ID="IsortFormattingDialog.__resizeColumns"></a> 252 <a NAME="IsortFormattingDialog.__resizeColumns" ID="IsortFormattingDialog.__resizeColumns"></a>
251 <h4>IsortFormattingDialog.__resizeColumns</h4> 253 <h4>IsortFormattingDialog.__resizeColumns</h4>
252 <b>__resizeColumns</b>(<i></i>) 254 <b>__resizeColumns</b>(<i></i>)
253
254 <p> 255 <p>
255 Private method to resize the columns of the result list. 256 Private method to resize the columns of the result list.
256 </p> 257 </p>
258
257 <a NAME="IsortFormattingDialog.__resort" ID="IsortFormattingDialog.__resort"></a> 259 <a NAME="IsortFormattingDialog.__resort" ID="IsortFormattingDialog.__resort"></a>
258 <h4>IsortFormattingDialog.__resort</h4> 260 <h4>IsortFormattingDialog.__resort</h4>
259 <b>__resort</b>(<i></i>) 261 <b>__resort</b>(<i></i>)
260
261 <p> 262 <p>
262 Private method to resort the result list. 263 Private method to resort the result list.
263 </p> 264 </p>
265
264 <a NAME="IsortFormattingDialog.__sortImportsButtonClicked" ID="IsortFormattingDialog.__sortImportsButtonClicked"></a> 266 <a NAME="IsortFormattingDialog.__sortImportsButtonClicked" ID="IsortFormattingDialog.__sortImportsButtonClicked"></a>
265 <h4>IsortFormattingDialog.__sortImportsButtonClicked</h4> 267 <h4>IsortFormattingDialog.__sortImportsButtonClicked</h4>
266 <b>__sortImportsButtonClicked</b>(<i></i>) 268 <b>__sortImportsButtonClicked</b>(<i></i>)
267
268 <p> 269 <p>
269 Private slot handling the selection of the 'Sort Imports' button. 270 Private slot handling the selection of the 'Sort Imports' button.
270 </p> 271 </p>
272
271 <a NAME="IsortFormattingDialog.__sortManyFiles" ID="IsortFormattingDialog.__sortManyFiles"></a> 273 <a NAME="IsortFormattingDialog.__sortManyFiles" ID="IsortFormattingDialog.__sortManyFiles"></a>
272 <h4>IsortFormattingDialog.__sortManyFiles</h4> 274 <h4>IsortFormattingDialog.__sortManyFiles</h4>
273 <b>__sortManyFiles</b>(<i>files</i>) 275 <b>__sortManyFiles</b>(<i>files</i>)
274
275 <p> 276 <p>
276 Private method to sort imports of the list of files according the configuration 277 Private method to sort imports of the list of files according the configuration
277 using multiple processes in parallel. 278 using multiple processes in parallel.
278 </p> 279 </p>
280
279 <dl> 281 <dl>
280 282
281 <dt><i>files</i> (list of str)</dt> 283 <dt><i>files</i> (list of str)</dt>
282 <dd> 284 <dd>
283 list of files to be processed 285 list of files to be processed
284 </dd> 286 </dd>
285 </dl> 287 </dl>
286 <a NAME="IsortFormattingDialog.__sortOneFile" ID="IsortFormattingDialog.__sortOneFile"></a> 288 <a NAME="IsortFormattingDialog.__sortOneFile" ID="IsortFormattingDialog.__sortOneFile"></a>
287 <h4>IsortFormattingDialog.__sortOneFile</h4> 289 <h4>IsortFormattingDialog.__sortOneFile</h4>
288 <b>__sortOneFile</b>(<i>file</i>) 290 <b>__sortOneFile</b>(<i>file</i>)
289
290 <p> 291 <p>
291 Private method to sort the imports of the list of files according the 292 Private method to sort the imports of the list of files according the
292 configuration. 293 configuration.
293 </p> 294 </p>
295
294 <dl> 296 <dl>
295 297
296 <dt><i>file</i> (str)</dt> 298 <dt><i>file</i> (str)</dt>
297 <dd> 299 <dd>
298 name of the file to be processed 300 name of the file to be processed
299 </dd> 301 </dd>
300 </dl> 302 </dl>
301 <a NAME="IsortFormattingDialog.__updateStatistics" ID="IsortFormattingDialog.__updateStatistics"></a> 303 <a NAME="IsortFormattingDialog.__updateStatistics" ID="IsortFormattingDialog.__updateStatistics"></a>
302 <h4>IsortFormattingDialog.__updateStatistics</h4> 304 <h4>IsortFormattingDialog.__updateStatistics</h4>
303 <b>__updateStatistics</b>(<i></i>) 305 <b>__updateStatistics</b>(<i></i>)
304
305 <p> 306 <p>
306 Private method to update the statistics about the recent sorting run and 307 Private method to update the statistics about the recent sorting run and
307 make them visible. 308 make them visible.
308 </p> 309 </p>
310
309 <a NAME="IsortFormattingDialog.closeEvent" ID="IsortFormattingDialog.closeEvent"></a> 311 <a NAME="IsortFormattingDialog.closeEvent" ID="IsortFormattingDialog.closeEvent"></a>
310 <h4>IsortFormattingDialog.closeEvent</h4> 312 <h4>IsortFormattingDialog.closeEvent</h4>
311 <b>closeEvent</b>(<i>evt</i>) 313 <b>closeEvent</b>(<i>evt</i>)
312
313 <p> 314 <p>
314 Protected slot implementing a close event handler. 315 Protected slot implementing a close event handler.
315 </p> 316 </p>
317
316 <dl> 318 <dl>
317 319
318 <dt><i>evt</i> (QCloseEvent)</dt> 320 <dt><i>evt</i> (QCloseEvent)</dt>
319 <dd> 321 <dd>
320 reference to the close event 322 reference to the close event
321 </dd> 323 </dd>
322 </dl> 324 </dl>
323 <a NAME="IsortFormattingDialog.on_buttonBox_clicked" ID="IsortFormattingDialog.on_buttonBox_clicked"></a> 325 <a NAME="IsortFormattingDialog.on_buttonBox_clicked" ID="IsortFormattingDialog.on_buttonBox_clicked"></a>
324 <h4>IsortFormattingDialog.on_buttonBox_clicked</h4> 326 <h4>IsortFormattingDialog.on_buttonBox_clicked</h4>
325 <b>on_buttonBox_clicked</b>(<i>button</i>) 327 <b>on_buttonBox_clicked</b>(<i>button</i>)
326
327 <p> 328 <p>
328 Private slot to handle button presses of the dialog buttons. 329 Private slot to handle button presses of the dialog buttons.
329 </p> 330 </p>
331
330 <dl> 332 <dl>
331 333
332 <dt><i>button</i> (QAbstractButton)</dt> 334 <dt><i>button</i> (QAbstractButton)</dt>
333 <dd> 335 <dd>
334 reference to the pressed button 336 reference to the pressed button
335 </dd> 337 </dd>
336 </dl> 338 </dl>
337 <a NAME="IsortFormattingDialog.on_resultsList_itemDoubleClicked" ID="IsortFormattingDialog.on_resultsList_itemDoubleClicked"></a> 339 <a NAME="IsortFormattingDialog.on_resultsList_itemDoubleClicked" ID="IsortFormattingDialog.on_resultsList_itemDoubleClicked"></a>
338 <h4>IsortFormattingDialog.on_resultsList_itemDoubleClicked</h4> 340 <h4>IsortFormattingDialog.on_resultsList_itemDoubleClicked</h4>
339 <b>on_resultsList_itemDoubleClicked</b>(<i>item, column</i>) 341 <b>on_resultsList_itemDoubleClicked</b>(<i>item, column</i>)
340
341 <p> 342 <p>
342 Private slot handling a double click of a result item. 343 Private slot handling a double click of a result item.
343 </p> 344 </p>
345
344 <dl> 346 <dl>
345 347
346 <dt><i>item</i> (QTreeWidgetItem)</dt> 348 <dt><i>item</i> (QTreeWidgetItem)</dt>
347 <dd> 349 <dd>
348 reference to the double clicked item 350 reference to the double clicked item
353 </dd> 355 </dd>
354 </dl> 356 </dl>
355 <a NAME="IsortFormattingDialog.on_statusFilterComboBox_currentTextChanged" ID="IsortFormattingDialog.on_statusFilterComboBox_currentTextChanged"></a> 357 <a NAME="IsortFormattingDialog.on_statusFilterComboBox_currentTextChanged" ID="IsortFormattingDialog.on_statusFilterComboBox_currentTextChanged"></a>
356 <h4>IsortFormattingDialog.on_statusFilterComboBox_currentTextChanged</h4> 358 <h4>IsortFormattingDialog.on_statusFilterComboBox_currentTextChanged</h4>
357 <b>on_statusFilterComboBox_currentTextChanged</b>(<i>status</i>) 359 <b>on_statusFilterComboBox_currentTextChanged</b>(<i>status</i>)
358
359 <p> 360 <p>
360 Private slot handling the selection of a status for items to be shown. 361 Private slot handling the selection of a status for items to be shown.
361 </p> 362 </p>
363
362 <dl> 364 <dl>
363 365
364 <dt><i>status</i> (str)</dt> 366 <dt><i>status</i> (str)</dt>
365 <dd> 367 <dd>
366 selected status 368 selected status
367 </dd> 369 </dd>
368 </dl> 370 </dl>
369 <a NAME="IsortFormattingDialog.__isortCheckFile" ID="IsortFormattingDialog.__isortCheckFile"></a> 371 <a NAME="IsortFormattingDialog.__isortCheckFile" ID="IsortFormattingDialog.__isortCheckFile"></a>
370 <h4>IsortFormattingDialog.__isortCheckFile (static)</h4> 372 <h4>IsortFormattingDialog.__isortCheckFile (static)</h4>
371 <b>__isortCheckFile</b>(<i>isortConfig, withDiff=True</i>) 373 <b>__isortCheckFile</b>(<i>isortConfig, withDiff=True</i>)
372
373 <p> 374 <p>
374 Static method to check, if a file's import statements need to be changed. 375 Static method to check, if a file's import statements need to be changed.
375 </p> 376 </p>
377
376 <dl> 378 <dl>
377 379
378 <dt><i>filename</i> (str)</dt> 380 <dt><i>filename</i> (str)</dt>
379 <dd> 381 <dd>
380 name of the file to be processed 382 name of the file to be processed
402 </dd> 404 </dd>
403 </dl> 405 </dl>
404 <a NAME="IsortFormattingDialog.__isortSortFile" ID="IsortFormattingDialog.__isortSortFile"></a> 406 <a NAME="IsortFormattingDialog.__isortSortFile" ID="IsortFormattingDialog.__isortSortFile"></a>
405 <h4>IsortFormattingDialog.__isortSortFile (static)</h4> 407 <h4>IsortFormattingDialog.__isortSortFile (static)</h4>
406 <b>__isortSortFile</b>(<i>isortConfig</i>) 408 <b>__isortSortFile</b>(<i>isortConfig</i>)
407
408 <p> 409 <p>
409 Static method to sort the import statements of a file. 410 Static method to sort the import statements of a file.
410 </p> 411 </p>
412
411 <dl> 413 <dl>
412 414
413 <dt><i>filename</i> (str)</dt> 415 <dt><i>filename</i> (str)</dt>
414 <dd> 416 <dd>
415 name of the file to be processed 417 name of the file to be processed
432 </dd> 434 </dd>
433 </dl> 435 </dl>
434 <a NAME="IsortFormattingDialog.sortingWorkerTask" ID="IsortFormattingDialog.sortingWorkerTask"></a> 436 <a NAME="IsortFormattingDialog.sortingWorkerTask" ID="IsortFormattingDialog.sortingWorkerTask"></a>
435 <h4>IsortFormattingDialog.sortingWorkerTask (static)</h4> 437 <h4>IsortFormattingDialog.sortingWorkerTask (static)</h4>
436 <b>sortingWorkerTask</b>(<i>outputQueue, isortConfig</i>) 438 <b>sortingWorkerTask</b>(<i>outputQueue, isortConfig</i>)
437
438 <p> 439 <p>
439 Static method acting as the parallel worker for the formatting task. 440 Static method acting as the parallel worker for the formatting task.
440 </p> 441 </p>
442
441 <dl> 443 <dl>
442 444
443 <dt><i>inputQueue</i> (multiprocessing.Queue)</dt> 445 <dt><i>inputQueue</i> (multiprocessing.Queue)</dt>
444 <dd> 446 <dd>
445 input queue 447 input queue
456 <div align="right"><a href="#top">Up</a></div> 458 <div align="right"><a href="#top">Up</a></div>
457 <hr /> 459 <hr />
458 <hr /> 460 <hr />
459 <a NAME="IsortResult" ID="IsortResult"></a> 461 <a NAME="IsortResult" ID="IsortResult"></a>
460 <h2>IsortResult</h2> 462 <h2>IsortResult</h2>
461
462 <p> 463 <p>
463 Class containing the isort result data. 464 Class containing the isort result data.
464 </p> 465 </p>
466
465 <h3>Derived from</h3> 467 <h3>Derived from</h3>
466 None 468 None
467 <h3>Class Attributes</h3> 469 <h3>Class Attributes</h3>
468 470 <table>
469 <table> 471 <tr><td>data</td></tr>
470 <tr><td>data</td></tr><tr><td>filename</td></tr><tr><td>status</td></tr> 472 <tr><td>filename</td></tr>
471 </table> 473 <tr><td>status</td></tr>
474 </table>
475
472 <h3>Class Methods</h3> 476 <h3>Class Methods</h3>
473 477 <table>
474 <table> 478 <tr><td>None</td></tr>
475 <tr><td>None</td></tr> 479 </table>
476 </table> 480
477 <h3>Methods</h3> 481 <h3>Methods</h3>
478 482 <table>
479 <table> 483 <tr><td>None</td></tr>
480 <tr><td>None</td></tr> 484 </table>
481 </table> 485
482 <h3>Static Methods</h3> 486 <h3>Static Methods</h3>
483 487 <table>
484 <table> 488 <tr><td>None</td></tr>
485 <tr><td>None</td></tr> 489 </table>
486 </table> 490
487 491
488 <div align="right"><a href="#top">Up</a></div> 492 <div align="right"><a href="#top">Up</a></div>
489 <hr /> 493 <hr />
490 <hr /> 494 <hr />
491 <a NAME="IsortStatistics" ID="IsortStatistics"></a> 495 <a NAME="IsortStatistics" ID="IsortStatistics"></a>
492 <h2>IsortStatistics</h2> 496 <h2>IsortStatistics</h2>
493
494 <p> 497 <p>
495 Class containing the isort statistic data. 498 Class containing the isort statistic data.
496 </p> 499 </p>
500
497 <h3>Derived from</h3> 501 <h3>Derived from</h3>
498 None 502 None
499 <h3>Class Attributes</h3> 503 <h3>Class Attributes</h3>
500 504 <table>
501 <table> 505 <tr><td>changeCount</td></tr>
502 <tr><td>changeCount</td></tr><tr><td>failureCount</td></tr><tr><td>processedCount</td></tr><tr><td>sameCount</td></tr><tr><td>skippedCount</td></tr> 506 <tr><td>failureCount</td></tr>
503 </table> 507 <tr><td>processedCount</td></tr>
508 <tr><td>sameCount</td></tr>
509 <tr><td>skippedCount</td></tr>
510 </table>
511
504 <h3>Class Methods</h3> 512 <h3>Class Methods</h3>
505 513 <table>
506 <table> 514 <tr><td>None</td></tr>
507 <tr><td>None</td></tr> 515 </table>
508 </table> 516
509 <h3>Methods</h3> 517 <h3>Methods</h3>
510 518 <table>
511 <table> 519 <tr><td>None</td></tr>
512 <tr><td>None</td></tr> 520 </table>
513 </table> 521
514 <h3>Static Methods</h3> 522 <h3>Static Methods</h3>
515 523 <table>
516 <table> 524 <tr><td>None</td></tr>
517 <tr><td>None</td></tr> 525 </table>
518 </table> 526
519 527
520 <div align="right"><a href="#top">Up</a></div> 528 <div align="right"><a href="#top">Up</a></div>
521 <hr /> 529 <hr />
522 </body></html> 530 </body></html>

eric ide

mercurial