comparison: eric6/DebugClients/Python/DebugUtilities.py
eric6/DebugClients/Python/DebugUtilities.py
- changeset 7639
- 422fd05e9c91
- parent 7360
- 9190402e4505
- child 7646
- 39e3db2b4936
- child 7924
- 8a96736d465e
equal
deleted
inserted
replaced
142 "jsonrpc": "2.0", |
142 "jsonrpc": "2.0", |
143 "method": method, |
143 "method": method, |
144 "params": params, |
144 "params": params, |
145 } |
145 } |
146 return json.dumps(commandDict) + '\n' |
146 return json.dumps(commandDict) + '\n' |
147 |
|
148 # |
|
149 # eflag: noqa = M702 |
|