src/eric7/Preferences/ConfigurationPages/EditorCallTipsJediPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
43 def create(dlg): # noqa: U100 43 def create(dlg): # noqa: U100
44 """ 44 """
45 Module function to create the configuration page. 45 Module function to create the configuration page.
46 46
47 @param dlg reference to the configuration dialog 47 @param dlg reference to the configuration dialog
48 @return reference to the instantiated page (ConfigurationPageBase) 48 @type ConfigurationDialog
49 @return reference to the instantiated page
50 @rtype ConfigurationPageBase
49 """ 51 """
50 page = EditorCallTipsJediPage() 52 page = EditorCallTipsJediPage()
51 return page 53 return page

eric ide

mercurial