eric6/MicroPython/UnknownDevicesDialog.py

changeset 8099
522946e53835
parent 8080
218ca8019eb8
child 8143
2c730d5fd177
equal deleted inserted replaced
8098:36d5f6786a9f 8099:522946e53835
92 .format(item.text())) 92 .format(item.text()))
93 93
94 def __saveDeviceData(self): 94 def __saveDeviceData(self):
95 """ 95 """
96 Private method to save the device data. 96 Private method to save the device data.
97
98 @return flag indicating a successful save
99 @rtype bool
97 """ 100 """
98 devices = [] 101 devices = []
99 102
100 for row in range(self.deviceList.count()): 103 for row in range(self.deviceList.count()):
101 devices.append(self.deviceList.item(row).data( 104 devices.append(self.deviceList.item(row).data(

eric ide

mercurial