src/eric7/MicroPython/ShowModulesDialog.py

branch
eric7
changeset 11011
f1f1c8d0255d
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
11010:798440273c11 11011:f1f1c8d0255d
120 def getSelection(self): 120 def getSelection(self):
121 """ 121 """
122 Public method to get the list of selected modules. 122 Public method to get the list of selected modules.
123 123
124 @return list of selected modules 124 @return list of selected modules
125 @rtype circup.Module 125 @rtype circup.module.Module
126 """ 126 """
127 results = [] 127 results = []
128 if self.__selectionMode: 128 if self.__selectionMode:
129 for row in range(self.modulesList.count()): 129 for row in range(self.modulesList.count()):
130 itm = self.modulesList.item(row) 130 itm = self.modulesList.item(row)

eric ide

mercurial