eric6/MicroPython/MicroPythonDevices.py

branch
micropython
changeset 7082
ec199ef0cfc6
parent 7068
e3200e4dfa63
child 7091
84d2a73b448a
equal deleted inserted replaced
7081:ed510767c096 7082:ec199ef0cfc6
297 def handleDataFlood(self): 297 def handleDataFlood(self):
298 """ 298 """
299 Public slot handling a data floof from the device. 299 Public slot handling a data floof from the device.
300 """ 300 """
301 pass 301 pass
302
303 def addActions(self, menu):
304 """
305 Public method to add device specific entries to the given menu.
306
307 @param menu reference to the context menu
308 @type QMenu
309 """
310 pass

eric ide

mercurial