127 Private slot to reload the list of virtual environments. |
127 Private slot to reload the list of virtual environments. |
128 """ |
128 """ |
129 self.__populateAndSetVenvComboBox() |
129 self.__populateAndSetVenvComboBox() |
130 |
130 |
131 |
131 |
132 def create(dlg): |
132 def create(dlg): # noqa: U100 |
133 """ |
133 """ |
134 Module function to create the configuration page. |
134 Module function to create the configuration page. |
135 |
135 |
136 @param dlg reference to the configuration dialog |
136 @param dlg reference to the configuration dialog |
137 @return reference to the instantiated page (ConfigurationPageBase) |
137 @return reference to the instantiated page (ConfigurationPageBase) |