src/eric7/Preferences/ConfigurationPages/CooperationPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
109 """ 109 """
110 self.bannedUsersList.addItem(self.bannedUserEdit.text()) 110 self.bannedUsersList.addItem(self.bannedUserEdit.text())
111 self.bannedUserEdit.clear() 111 self.bannedUserEdit.clear()
112 112
113 113
114 def create(dlg): # noqa: U100 114 def create(_dlg):
115 """ 115 """
116 Module function to create the configuration page. 116 Module function to create the configuration page.
117 117
118 @param dlg reference to the configuration dialog 118 @param _dlg reference to the configuration dialog (unused)
119 @type ConfigurationDialog 119 @type ConfigurationDialog
120 @return reference to the instantiated page 120 @return reference to the instantiated page
121 @rtype ConfigurationPageBase 121 @rtype ConfigurationPageBase
122 """ 122 """
123 page = CooperationPage() 123 page = CooperationPage()

eric ide

mercurial