MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / request_console_exec

Method request_console_exec

_pydevd_bundle/pydevd_api.py:778–780  ·  view source on GitHub ↗
(self, py_db, seq, thread_id, frame_id, expression)

Source from the content-addressed store, hash-verified

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)
780 py_db.post_internal_command(int_cmd, thread_id)
781
782 def request_load_source(self, py_db, seq, filename):
783 """

Callers 1

cmd_console_execMethod · 0.80

Calls 2

InternalConsoleExecClass · 0.90
post_internal_commandMethod · 0.80

Tested by

no test coverage detected