DebugClients/Python3/DebugClientCapabilities.py

changeset 4543
2e6a880670e9
parent 4021
195a471c327b
child 4631
5c1a96925da4
equal deleted inserted replaced
4540:45627d092846 4543:2e6a880670e9
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

eric ide

mercurial