src/eric7/Preferences/ConfigurationPages/EditorAPIsPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10373
093dcebe5ecb
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
382 break 382 break
383 383
384 self.addApiFileButton.setEnabled(enable) 384 self.addApiFileButton.setEnabled(enable)
385 385
386 386
387 def create(dlg): 387 def create(dlg): # noqa: U100
388 """ 388 """
389 Module function to create the configuration page. 389 Module function to create the configuration page.
390 390
391 @param dlg reference to the configuration dialog 391 @param dlg reference to the configuration dialog
392 @return reference to the instantiated page (ConfigurationPageBase) 392 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial