comparison: eric6/Debugger/VariablesViewer.py
eric6/Debugger/VariablesViewer.py
- changeset 8207
- d359172d11be
- parent 8183
- 373a5dc48c57
- child 8218
- 7c09585bd960
equal
deleted
inserted
replaced
26 import Utilities |
26 import Utilities |
27 |
27 |
28 SORT_ROLE = Qt.ItemDataRole.UserRole |
28 SORT_ROLE = Qt.ItemDataRole.UserRole |
29 |
29 |
30 |
30 |
31 class VariableItem(object): |
31 class VariableItem: |
32 """ |
32 """ |
33 Class implementing the data structure for all variable items. |
33 Class implementing the data structure for all variable items. |
34 """ |
34 """ |
35 Type2Indicators = { |
35 Type2Indicators = { |
36 # Python types |
36 # Python types |