src/eric7/MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py

branch
eric7
changeset 11011
f1f1c8d0255d
parent 10900
4139f17d07ad
child 11090
f5f5f5803935
equal deleted inserted replaced
11010:798440273c11 11011:f1f1c8d0255d
153 def getSelection(self): 153 def getSelection(self):
154 """ 154 """
155 Public method to get the list of selected modules. 155 Public method to get the list of selected modules.
156 156
157 @return list of selected modules 157 @return list of selected modules
158 @rtype circup.Module 158 @rtype circup.module.Module
159 """ 159 """
160 results = [] 160 results = []
161 if self.__selectionMode: 161 if self.__selectionMode:
162 for row in range(self.modulesList.topLevelItemCount()): 162 for row in range(self.modulesList.topLevelItemCount()):
163 itm = self.modulesList.topLevelItem(row) 163 itm = self.modulesList.topLevelItem(row)

eric ide

mercurial