eric6/MicroPython/MicroPythonDevices.py

branch
micropython
changeset 7123
94948e2aa0a5
parent 7108
4f6133a01c6a
child 7125
2028553ee58c
--- a/eric6/MicroPython/MicroPythonDevices.py	Tue Aug 06 16:42:39 2019 +0200
+++ b/eric6/MicroPython/MicroPythonDevices.py	Tue Aug 06 17:45:38 2019 +0200
@@ -308,3 +308,14 @@
         @type QMenu
         """
         pass
+    
+    def hasTimeCommands(self):
+        """
+        Public method to check, if the device supports time commands.
+        
+        The default returns True.
+        
+        @return flag indicating support for time commands
+        @rtype bool
+        """
+        return True

eric ide

mercurial