src/eric7/Preferences/ConfigurationPages/EditorAutocompletionPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10135
36839e2c6945
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
115 def create(dlg): # noqa: U100 115 def create(dlg): # noqa: U100
116 """ 116 """
117 Module function to create the configuration page. 117 Module function to create the configuration page.
118 118
119 @param dlg reference to the configuration dialog 119 @param dlg reference to the configuration dialog
120 @return reference to the instantiated page (ConfigurationPageBase) 120 @type ConfigurationDialog
121 @return reference to the instantiated page
122 @rtype ConfigurationPageBase
121 """ 123 """
122 page = EditorAutocompletionPage() 124 page = EditorAutocompletionPage()
123 return page 125 return page

eric ide

mercurial