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() |