src/eric7/Preferences/ConfigurationPages/ProjectPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
143 def create(dlg): # noqa: U100 143 def create(dlg): # noqa: U100
144 """ 144 """
145 Module function to create the configuration page. 145 Module function to create the configuration page.
146 146
147 @param dlg reference to the configuration dialog 147 @param dlg reference to the configuration dialog
148 @return reference to the instantiated page (ConfigurationPageBase) 148 @type ConfigurationDialog
149 @return reference to the instantiated page
150 @rtype ConfigurationPageBase
149 """ 151 """
150 page = ProjectPage() 152 page = ProjectPage()
151 return page 153 return page

eric ide

mercurial