src/eric7/Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
76 def create(dlg): # noqa: U100 76 def create(dlg): # noqa: U100
77 """ 77 """
78 Module function to create the configuration page. 78 Module function to create the configuration page.
79 79
80 @param dlg reference to the configuration dialog 80 @param dlg reference to the configuration dialog
81 @return reference to the instantiated page (ConfigurationPageBase) 81 @type ConfigurationDialog
82 @return reference to the instantiated page
83 @rtype ConfigurationPageBase
82 """ 84 """
83 page = EditorMouseClickHandlerJediPage() 85 page = EditorMouseClickHandlerJediPage()
84 return page 86 return page

eric ide

mercurial