eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog
Module implementing a dialog to select PEP 8 message codes.
Global Attributes
Classes
Functions
Pep8CodeSelectionDialog
Class implementing a dialog to select PEP 8 message codes.
Derived from
QDialog, Ui_Pep8CodeSelectionDialog
Class Attributes
Class Methods
Methods
Static Methods
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)