src/eric7/Preferences/ConfigurationPages/PipPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10206
d6921563be6c
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
73 # hours converted to seconds 73 # hours converted to seconds
74 74
75 Preferences.setPip("ExcludeCondaEnvironments", self.noCondaCheckBox.isChecked()) 75 Preferences.setPip("ExcludeCondaEnvironments", self.noCondaCheckBox.isChecked())
76 76
77 77
78 def create(dlg): 78 def create(dlg): # noqa: U100
79 """ 79 """
80 Module function to create the configuration page. 80 Module function to create the configuration page.
81 81
82 @param dlg reference to the configuration dialog 82 @param dlg reference to the configuration dialog
83 @return reference to the instantiated page (ConfigurationPageBase) 83 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial