(self, py_db, request, thread_id)
| 770 | ) |
| 771 | |
| 772 | def request_exec_or_evaluate_json(self, py_db, request, thread_id): |
| 773 | py_db.post_method_as_internal_command(thread_id, internal_evaluate_expression_json, request, thread_id) |
| 774 | |
| 775 | def request_set_expression_json(self, py_db, request, thread_id): |
| 776 | py_db.post_method_as_internal_command(thread_id, internal_set_expression_json, request, thread_id) |
no test coverage detected