src/eric7/Preferences/ConfigurationPages/EditorAPIsPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
385 break 385 break
386 386
387 self.addApiFileButton.setEnabled(enable) 387 self.addApiFileButton.setEnabled(enable)
388 388
389 389
390 def create(dlg): # noqa: U100 390 def create(_dlg):
391 """ 391 """
392 Module function to create the configuration page. 392 Module function to create the configuration page.
393 393
394 @param dlg reference to the configuration dialog 394 @param _dlg reference to the configuration dialog (unused)
395 @type ConfigurationDialog 395 @type ConfigurationDialog
396 @return reference to the instantiated page 396 @return reference to the instantiated page
397 @rtype ConfigurationPageBase 397 @rtype ConfigurationPageBase
398 """ 398 """
399 page = EditorAPIsPage() 399 page = EditorAPIsPage()

eric ide

mercurial