src/eric7/Preferences/ConfigurationPages/ShellPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
136 def create(dlg): # noqa: U100 136 def create(dlg): # noqa: U100
137 """ 137 """
138 Module function to create the configuration page. 138 Module function to create the configuration page.
139 139
140 @param dlg reference to the configuration dialog 140 @param dlg reference to the configuration dialog
141 @return reference to the instantiated page (ConfigurationPageBase) 141 @type ConfigurationDialog
142 @return reference to the instantiated page
143 @rtype ConfigurationPageBase
142 """ 144 """
143 page = ShellPage() 145 page = ShellPage()
144 return page 146 return page

eric ide

mercurial