src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10373
093dcebe5ecb
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
394 def create(dlg): # noqa: U100 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 @type ConfigurationDialog
400 @return reference to the instantiated page
401 @rtype ConfigurationPageBase
400 """ 402 """
401 return MicroPythonPage() 403 return MicroPythonPage()

eric ide

mercurial