src/eric7/Preferences/ConfigurationPages/EditorAutoCompletionJediPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
54 def create(dlg): # noqa: U100 54 def create(dlg): # noqa: U100
55 """ 55 """
56 Module function to create the configuration page. 56 Module function to create the configuration page.
57 57
58 @param dlg reference to the configuration dialog 58 @param dlg reference to the configuration dialog
59 @return reference to the instantiated page (ConfigurationPageBase) 59 @type ConfigurationDialog
60 @return reference to the instantiated page
61 @rtype ConfigurationPageBase
60 """ 62 """
61 page = EditorAutoCompletionJediPage() 63 page = EditorAutoCompletionJediPage()
62 return page 64 return page

eric ide

mercurial