Preferences/ConfigurationPages/EditorKeywordsPage.py

changeset 2964
84b65fb9e780
parent 2408
dc3a7c9d8f6e
child 3025
67064c71df21
child 3057
10516539f238
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
119 def create(dlg): 119 def create(dlg):
120 """ 120 """
121 Module function to create the configuration page. 121 Module function to create the configuration page.
122 122
123 @param dlg reference to the configuration dialog 123 @param dlg reference to the configuration dialog
124 @return reference to the instantiated page (ConfigurationPageBase)
124 """ 125 """
125 page = EditorKeywordsPage() 126 page = EditorKeywordsPage()
126 return page 127 return page

eric ide

mercurial