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() |