src/eric7/Preferences/ConfigurationPages/TemplatesPage.py

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

eric ide

mercurial