src/eric7/Preferences/ConfigurationPages/PipPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10742
7aa41173b44b
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
79 # hours converted to seconds 79 # hours converted to seconds
80 80
81 Preferences.setPip("ExcludeCondaEnvironments", self.noCondaCheckBox.isChecked()) 81 Preferences.setPip("ExcludeCondaEnvironments", self.noCondaCheckBox.isChecked())
82 82
83 83
84 def create(dlg): # noqa: U100 84 def create(_dlg):
85 """ 85 """
86 Module function to create the configuration page. 86 Module function to create the configuration page.
87 87
88 @param dlg reference to the configuration dialog 88 @param _dlg reference to the configuration dialog (unused)
89 @type ConfigurationDialog 89 @type ConfigurationDialog
90 @return reference to the instantiated page 90 @return reference to the instantiated page
91 @rtype ConfigurationPageBase 91 @rtype ConfigurationPageBase
92 """ 92 """
93 page = PipPage() 93 page = PipPage()

eric ide

mercurial