eric6/MicroPython/UnknownDevicesDialog.py

changeset 8099
522946e53835
parent 8080
218ca8019eb8
child 8143
2c730d5fd177
--- a/eric6/MicroPython/UnknownDevicesDialog.py	Fri Feb 12 19:16:59 2021 +0100
+++ b/eric6/MicroPython/UnknownDevicesDialog.py	Fri Feb 12 19:23:28 2021 +0100
@@ -94,6 +94,9 @@
     def __saveDeviceData(self):
         """
         Private method to save the device data.
+        
+        @return flag indicating a successful save
+        @rtype bool
         """
         devices = []
         

eric ide

mercurial