src/eric7/Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
61 def create(dlg): # noqa: U100 61 def create(dlg): # noqa: U100
62 """ 62 """
63 Module function to create the configuration page. 63 Module function to create the configuration page.
64 64
65 @param dlg reference to the configuration dialog 65 @param dlg reference to the configuration dialog
66 @return reference to the instantiated page (ConfigurationPageBase) 66 @type ConfigurationDialog
67 @return reference to the instantiated page
68 @rtype ConfigurationPageBase
67 """ 69 """
68 page = EditorCalltipsQScintillaPage() 70 page = EditorCalltipsQScintillaPage()
69 return page 71 return page

eric ide

mercurial