src/eric7/Preferences/ConfigurationPages/EditorTypingPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
323 except KeyError: 323 except KeyError:
324 index = self.__pageIds[" "] 324 index = self.__pageIds[" "]
325 self.stackedWidget.setCurrentIndex(index) 325 self.stackedWidget.setCurrentIndex(index)
326 326
327 327
328 def create(dlg): # noqa: U100 328 def create(_dlg):
329 """ 329 """
330 Module function to create the configuration page. 330 Module function to create the configuration page.
331 331
332 @param dlg reference to the configuration dialog 332 @param _dlg reference to the configuration dialog (unused)
333 @type ConfigurationDialog 333 @type ConfigurationDialog
334 @return reference to the instantiated page 334 @return reference to the instantiated page
335 @rtype ConfigurationPageBase 335 @rtype ConfigurationPageBase
336 """ 336 """
337 page = EditorTypingPage() 337 page = EditorTypingPage()

eric ide

mercurial