:param VariablesRequest request:
(self, py_db, request, thread_id)
| 931 | py_db.set_use_libraries_filter(use_libraries_filter) |
| 932 | |
| 933 | def request_get_variable_json(self, py_db, request, thread_id): |
| 934 | """ |
| 935 | :param VariablesRequest request: |
| 936 | """ |
| 937 | py_db.post_method_as_internal_command(thread_id, internal_get_variable_json, request) |
| 938 | |
| 939 | def request_change_variable_json(self, py_db, request, thread_id): |
| 940 | """ |
no test coverage detected