MCPcopy Create free account
hub / github.com/microsoft/debugpy / repr

Function repr

src/debugpy/common/json.py:287–288  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

285
286
287def repr(value):
288 return JsonObject(value)
289
290
291dumps = json.dumps

Callers 15

start_debuggingFunction · 0.85
attachFunction · 0.85
report_pathsFunction · 0.85
from_socketMethod · 0.85
write_jsonMethod · 0.85
__str__Method · 0.85
validateFunction · 0.85
nameofFunction · 0.85
get_str_in_contextMethod · 0.85
get_strMethod · 0.85
get_str_in_contextMethod · 0.85

Calls 1

JsonObjectClass · 0.85

Tested by 15

assert_unchangedMethod · 0.68
assert_shortenedMethod · 0.68
test_broken_reprMethod · 0.68
test_int32Method · 0.68
test_float32Method · 0.68
test_zerosMethod · 0.68
test_py3_str_slicingFunction · 0.68
update_command_line_argsFunction · 0.68
parentFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…