Preferences/ConfigurationPages/DebuggerPython3Page.py

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

eric ide

mercurial