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): |
394 def create(dlg): # noqa: U100 |
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 |
399 @return reference to the instantiated page (ConfigurationPageBase) |
399 @return reference to the instantiated page (ConfigurationPageBase) |