Preferences/ConfigurationPages/DebuggerGeneralPage.py

changeset 2964
84b65fb9e780
parent 2302
f29e9405c851
child 3010
befeff46ec0f
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
263 def create(dlg): 263 def create(dlg):
264 """ 264 """
265 Module function to create the configuration page. 265 Module function to create the configuration page.
266 266
267 @param dlg reference to the configuration dialog 267 @param dlg reference to the configuration dialog
268 @return reference to the instantiated page (ConfigurationPageBase)
268 """ 269 """
269 page = DebuggerGeneralPage() 270 page = DebuggerGeneralPage()
270 return page 271 return page

eric ide

mercurial