eric5.Preferences.ConfigurationPages.Py3FlakesPage

Module implementing the Py3Flakes configuration page.

Global Attributes

None

Classes

Py3FlakesPage Class implementing the Python configuration page.

Functions

create Module function to create the configuration page.


Py3FlakesPage

Class implementing the Python configuration page.

Derived from

ConfigurationPageBase, Ui_Py3FlakesPage

Class Attributes

None

Class Methods

None

Methods

Py3FlakesPage Constructor
save Public slot to save the Python configuration.

Static Methods

None

Py3FlakesPage (Constructor)

Py3FlakesPage()

Constructor

Py3FlakesPage.save

save()

Public slot to save the Python configuration.

Up


create

create(dlg)

Module function to create the configuration page.

dlg
reference to the configuration dialog
Up