eric6/MicroPython/MicroPythonCommandsInterface.py

branch
micropython
changeset 7124
1965daf1a14b
parent 7115
fe89c98430b6
child 7126
376deb7fefe7
equal deleted inserted replaced
7123:94948e2aa0a5 7124:1965daf1a14b
21 from .MicroPythonSerialPort import MicroPythonSerialPort 21 from .MicroPythonSerialPort import MicroPythonSerialPort
22 22
23 import Preferences 23 import Preferences
24 24
25 25
26 # TODO: change code sent to the boards to functions and retrieve them using
27 # inspect.getsource() or inspect.getsourcelines()
28 class MicroPythonCommandsInterface(QObject): 26 class MicroPythonCommandsInterface(QObject):
29 """ 27 """
30 Class implementing some file system commands for MicroPython. 28 Class implementing some file system commands for MicroPython.
31 29
32 Commands are provided to perform operations on the file system of a 30 Commands are provided to perform operations on the file system of a

eric ide

mercurial