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

Method request_set_expression_json

_pydevd_bundle/pydevd_api.py:775–776  ·  view source on GitHub ↗
(self, py_db, request, thread_id)

Source from the content-addressed store, hash-verified

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)
777
778 def request_console_exec(self, py_db, seq, thread_id, frame_id, expression):
779 int_cmd = InternalConsoleExec(seq, thread_id, frame_id, expression)

Callers 1

Calls 1

Tested by

no test coverage detected