src/eric7/Preferences/ConfigurationPages/TasksPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
103 def create(dlg): # noqa: U100 103 def create(dlg): # noqa: U100
104 """ 104 """
105 Module function to create the configuration page. 105 Module function to create the configuration page.
106 106
107 @param dlg reference to the configuration dialog 107 @param dlg reference to the configuration dialog
108 @return reference to the instantiated page (ConfigurationPageBase) 108 @type ConfigurationDialog
109 @return reference to the instantiated page
110 @rtype ConfigurationPageBase
109 """ 111 """
110 page = TasksPage() 112 page = TasksPage()
111 return page 113 return page

eric ide

mercurial