eric7.Plugins.CheckerPlugins.DocStyleChecker.DocStyleStatisticsDialog

Module implementing a dialog showing statistical data for the last documentation style checker run.

Global Attributes

None

Classes

DocStyleStatisticsDialog Class implementing a dialog showing statistical data for the last documentation style checker run.

Functions

None


DocStyleStatisticsDialog

Class implementing a dialog showing statistical data for the last documentation style checker run.

Derived from

QDialog, Ui_DocStyleStatisticsDialog

Class Attributes

None

Class Methods

None

Methods

DocStyleStatisticsDialog Constructor
__createItem Private method to create an entry in the result list.

Static Methods

None

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
Up