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() |