eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog

Module implementing a dialog to select PEP 8 message codes.

Global Attributes

None

Classes

Pep8CodeSelectionDialog Class implementing a dialog to select PEP 8 message codes.

Functions

None


Pep8CodeSelectionDialog

Class implementing a dialog to select PEP 8 message codes.

Derived from

QDialog, Ui_Pep8CodeSelectionDialog

Class Attributes

None

Class Methods

None

Methods

Pep8CodeSelectionDialog Constructor
getSelectedCodes Public method to get a comma separated list of codes selected.

Static Methods

None

Pep8CodeSelectionDialog (Constructor)

Pep8CodeSelectionDialog(codes, showFixCodes, parent=None)

Constructor

codes
comma separated list of selected codes (string)
showFixCodes
flag indicating to show a list of fixable issues (boolean)
parent
reference to the parent widget (QWidget)

Pep8CodeSelectionDialog.getSelectedCodes

getSelectedCodes()

Public method to get a comma separated list of codes selected.

Returns:
comma separated list of selected codes (string)
Up