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

Method request_get_description

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

Source from the content-addressed store, hash-verified

346 py_db.post_internal_command(int_cmd, thread_id)
347
348 def request_get_description(self, py_db, seq, thread_id, frame_id, expression):
349 py_db.post_method_as_internal_command(thread_id, internal_get_description, seq, thread_id, frame_id, expression)
350
351 def request_get_frame(self, py_db, seq, thread_id, frame_id):
352 py_db.post_method_as_internal_command(thread_id, internal_get_frame, seq, thread_id, frame_id)

Callers 1

cmd_get_descriptionMethod · 0.80

Calls 1

Tested by

no test coverage detected