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

Function should_evaluate_full_value

_pydevd_bundle/pydevd_xml.py:274–275  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

272
273
274def should_evaluate_full_value(val):
275 return not LOAD_VALUES_ASYNC or (is_builtin(type(val)) and not isinstance_checked(val, (list, tuple, dict)))
276
277
278def return_values_from_dict_to_xml(return_dict):

Callers 1

frame_vars_to_xmlFunction · 0.85

Calls 2

isinstance_checkedFunction · 0.90
is_builtinFunction · 0.85

Tested by

no test coverage detected