src/eric7/Preferences/ConfigurationPages/PluginManagerPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
123 @type bool 123 @type bool
124 """ 124 """
125 self.repositoryUrlEdit.setReadOnly(not checked) 125 self.repositoryUrlEdit.setReadOnly(not checked)
126 126
127 127
128 def create(dlg): # noqa: U100 128 def create(_dlg):
129 """ 129 """
130 Module function to create the configuration page. 130 Module function to create the configuration page.
131 131
132 @param dlg reference to the configuration dialog 132 @param _dlg reference to the configuration dialog (unused)
133 @type ConfigurationDialog 133 @type ConfigurationDialog
134 @return reference to the instantiated page 134 @return reference to the instantiated page
135 @rtype ConfigurationPageBase 135 @rtype ConfigurationPageBase
136 """ 136 """
137 page = PluginManagerPage() 137 page = PluginManagerPage()

eric ide

mercurial