src/eric7/Preferences/ConfigurationPages/EditorSearchPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10135
36839e2c6945
child 10429
643989a1e2bd
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
108 def create(dlg): # noqa: U100 108 def create(dlg): # noqa: U100
109 """ 109 """
110 Module function to create the configuration page. 110 Module function to create the configuration page.
111 111
112 @param dlg reference to the configuration dialog 112 @param dlg reference to the configuration dialog
113 @return reference to the instantiated page (ConfigurationPageBase) 113 @type ConfigurationDialog
114 @return reference to the instantiated page
115 @rtype ConfigurationPageBase
114 """ 116 """
115 page = EditorSearchPage() 117 page = EditorSearchPage()
116 return page 118 return page

eric ide

mercurial