src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10692
9becf9ca115c
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
389 @type str 389 @type str
390 """ 390 """
391 self.mpyCrossInstallButton.setEnabled(not bool(mpycrossPath)) 391 self.mpyCrossInstallButton.setEnabled(not bool(mpycrossPath))
392 392
393 393
394 def create(dlg): # noqa: U100 394 def create(_dlg):
395 """ 395 """
396 Module function to create the configuration page. 396 Module function to create the configuration page.
397 397
398 @param dlg reference to the configuration dialog 398 @param _dlg reference to the configuration dialog (unused)
399 @type ConfigurationDialog 399 @type ConfigurationDialog
400 @return reference to the instantiated page 400 @return reference to the instantiated page
401 @rtype ConfigurationPageBase 401 @rtype ConfigurationPageBase
402 """ 402 """
403 return MicroPythonPage() 403 return MicroPythonPage()

eric ide

mercurial