comparison: eric6/Debugger/DebugClientCapabilities.py
eric6/Debugger/DebugClientCapabilities.py
- changeset 7639
- 422fd05e9c91
- parent 7360
- 9190402e4505
- child 7923
- 91e843545d9a
equal
deleted
inserted
replaced
15 HasUnittest = 0x0020 |
15 HasUnittest = 0x0020 |
16 HasShell = 0x0040 |
16 HasShell = 0x0040 |
17 |
17 |
18 HasAll = (HasDebugger | HasInterpreter | HasProfiler | |
18 HasAll = (HasDebugger | HasInterpreter | HasProfiler | |
19 HasCoverage | HasCompleter | HasUnittest | HasShell) |
19 HasCoverage | HasCompleter | HasUnittest | HasShell) |
20 |
|
21 # |
|
22 # eflag: noqa = M702 |
|