src/eric7/Preferences/ConfigurationPages/DebuggerPython3Page.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10289
490388ca210c
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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)

eric ide

mercurial