eric6/PipInterface/PipPackagesWidget.py

changeset 7241
0c0c9015c40f
parent 7229
53054eb5b15a
child 7255
d595f6f9cbf8
equal deleted inserted replaced
7240:5d7a17a948ad 7241:0c0c9015c40f
259 self.__updateSearchButton() 259 self.__updateSearchButton()
260 260
261 @pyqtSlot(int) 261 @pyqtSlot(int)
262 def on_environmentsComboBox_currentIndexChanged(self, index): 262 def on_environmentsComboBox_currentIndexChanged(self, index):
263 """ 263 """
264 Private slot handling the selection of a conda environment. 264 Private slot handling the selection of a Python environment.
265 265
266 @param index index of the selected conda environment 266 @param index index of the selected Python environment
267 @type int 267 @type int
268 """ 268 """
269 self.__refreshPackagesList() 269 self.__refreshPackagesList()
270 270
271 @pyqtSlot(bool) 271 @pyqtSlot(bool)

eric ide

mercurial