eric6/MicroPython/MicroPythonGraphWidget.py

changeset 7780
41420f82c0ac
parent 7535
dac9bc72a0f3
child 7785
9978016560ec
equal deleted inserted replaced
7779:757334671130 7780:41420f82c0ac
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the MicroPython graph widget. 7 Module implementing the MicroPython graph widget.
8 """ 8 """
9
10 9
11 from collections import deque 10 from collections import deque
12 import bisect 11 import bisect
13 import os 12 import os
14 import time 13 import time

eric ide

mercurial