src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py

branch
eric7
changeset 10069
435cc5875135
parent 10017
6d5ba2c97a8a
child 10373
093dcebe5ecb
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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)

eric ide

mercurial