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

Method request_get_array

_pydevd_bundle/pydevd_api.py:340–342  ·  view source on GitHub ↗
(self, py_db, seq, roffset, coffset, rows, cols, fmt, thread_id, frame_id, scope, attrs)

Source from the content-addressed store, hash-verified

338 py_db.post_internal_command(int_cmd, thread_id)
339
340 def request_get_array(self, py_db, seq, roffset, coffset, rows, cols, fmt, thread_id, frame_id, scope, attrs):
341 int_cmd = InternalGetArray(seq, roffset, coffset, rows, cols, fmt, thread_id, frame_id, scope, attrs)
342 py_db.post_internal_command(int_cmd, thread_id)
343
344 def request_load_full_value(self, py_db, seq, thread_id, frame_id, vars):
345 int_cmd = InternalLoadFullValue(seq, thread_id, frame_id, vars)

Callers 1

cmd_get_arrayMethod · 0.80

Calls 2

InternalGetArrayClass · 0.90
post_internal_commandMethod · 0.80

Tested by

no test coverage detected