MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / request_get_variable_json

Method request_get_variable_json

_pydevd_bundle/pydevd_api.py:933–937  ·  view source on GitHub ↗

:param VariablesRequest request:

(self, py_db, request, thread_id)

Source from the content-addressed store, hash-verified

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 """

Callers 1

on_variables_requestMethod · 0.80

Calls 1

Tested by

no test coverage detected