src/eric7/Preferences/ConfigurationPages/DebuggerPython3Page.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10766
d35d6f96c24b
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
133 Private slot to reload the list of virtual environments. 133 Private slot to reload the list of virtual environments.
134 """ 134 """
135 self.__populateAndSetVenvComboBox() 135 self.__populateAndSetVenvComboBox()
136 136
137 137
138 def create(dlg): # noqa: U100 138 def create(_dlg):
139 """ 139 """
140 Module function to create the configuration page. 140 Module function to create the configuration page.
141 141
142 @param dlg reference to the configuration dialog 142 @param _dlg reference to the configuration dialog (unused)
143 @type ConfigurationDialog 143 @type ConfigurationDialog
144 @return reference to the instantiated page 144 @return reference to the instantiated page
145 @rtype ConfigurationPageBase 145 @rtype ConfigurationPageBase
146 """ 146 """
147 page = DebuggerPython3Page() 147 page = DebuggerPython3Page()

eric ide

mercurial