src/eric7/Preferences/ConfigurationPages/PythonPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
102 def create(dlg): # noqa: U100 102 def create(dlg): # noqa: U100
103 """ 103 """
104 Module function to create the configuration page. 104 Module function to create the configuration page.
105 105
106 @param dlg reference to the configuration dialog 106 @param dlg reference to the configuration dialog
107 @return reference to the instantiated page (ConfigurationPageBase) 107 @type ConfigurationDialog
108 @return reference to the instantiated page
109 @rtype ConfigurationPageBase
108 """ 110 """
109 page = PythonPage() 111 page = PythonPage()
110 return page 112 return page

eric ide

mercurial