Preferences/ConfigurationPages/DebuggerPythonPage.py

changeset 2964
84b65fb9e780
parent 2302
f29e9405c851
child 3025
67064c71df21
child 3057
10516539f238
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
109 def create(dlg): 109 def create(dlg):
110 """ 110 """
111 Module function to create the configuration page. 111 Module function to create the configuration page.
112 112
113 @param dlg reference to the configuration dialog 113 @param dlg reference to the configuration dialog
114 @return reference to the instantiated page (ConfigurationPageBase)
114 """ 115 """
115 page = DebuggerPythonPage() 116 page = DebuggerPythonPage()
116 return page 117 return page

eric ide

mercurial