src/eric7/DebugClients/Python/DebugVariables.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9462
e65379fdbd97
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
10 import contextlib 10 import contextlib
11 import sys 11 import sys
12 12
13 from collections.abc import ItemsView, KeysView, ValuesView 13 from collections.abc import ItemsView, KeysView, ValuesView
14 14
15 from DebugConfig import ConfigQtNames, ConfigKnownQtTypes, BatchSize 15 from DebugConfig import BatchSize, ConfigKnownQtTypes, ConfigQtNames
16 16
17 # 17 #
18 # This code was inspired by pydevd. 18 # This code was inspired by pydevd.
19 # 19 #
20 20

eric ide

mercurial