eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog
Module implementing a dialog showing statistical data for the last code
style checker run.
Global Attributes
Classes
Functions
CodeStyleStatisticsDialog
Class implementing a dialog showing statistical data for the last
code style checker run.
Derived from
QDialog, Ui_CodeStyleStatisticsDialog
Class Attributes
Class Methods
Methods
Static Methods
CodeStyleStatisticsDialog (Constructor)
CodeStyleStatisticsDialog(statistics, parent=None)
Constructor
- statistics
-
dictionary with the statistical data
- parent
-
reference to the parent widget (QWidget)
CodeStyleStatisticsDialog.__createItem
__createItem(count, code, message)
Private method to create an entry in the result list.
- count
-
occurrences of the issue (integer)
- code
-
of a code style issue message (string)
- message
-
code style issue message to be shown (string)