src/eric7/Preferences/ConfigurationPages/PythonPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
97 Private slot handling a click of the refresh button. 97 Private slot handling a click of the refresh button.
98 """ 98 """
99 self.py3EnvironmentEdit.setText(Preferences.getDebugger("Python3VirtualEnv")) 99 self.py3EnvironmentEdit.setText(Preferences.getDebugger("Python3VirtualEnv"))
100 100
101 101
102 def create(dlg): 102 def create(dlg): # noqa: U100
103 """ 103 """
104 Module function to create the configuration page. 104 Module function to create the configuration page.
105 105
106 @param dlg reference to the configuration dialog 106 @param dlg reference to the configuration dialog
107 @return reference to the instantiated page (ConfigurationPageBase) 107 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial