eric7.Plugins.CheckerPlugins.DocStyleChecker.DocStyleStatisticsDialog
Module implementing a dialog showing statistical data for the last documentation
style checker run.
Global Attributes
Classes
| DocStyleStatisticsDialog |
Class implementing a dialog showing statistical data for the last documentation style checker run. |
Functions
DocStyleStatisticsDialog
Class implementing a dialog showing statistical data for the last documentation
style checker run.
Derived from
QDialog, Ui_DocStyleStatisticsDialog
Class Attributes
Class Methods
Methods
Static Methods
DocStyleStatisticsDialog (Constructor)
DocStyleStatisticsDialog(statisticData, parent=None)
Constructor
- statisticData (dict)
-
dictionary with the statistical data
- parent (QWidget)
-
reference to the parent widget
DocStyleStatisticsDialog.__createItem
__createItem(counts, msgCode, message)
Private method to create an entry in the result list.
- counts (dict)
-
dictionary containing the total and ignored occurrences
of the issue
- msgCode (str)
-
code of a code style issue message
- message (str)
-
code style issue message to be shown