Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
def
repr(value):
288
return
JsonObject(value)
289
290
291
dumps = json.dumps
Callers
15
start_debugging
Function · 0.85
attach
Function · 0.85
report_paths
Function · 0.85
from_socket
Method · 0.85
log_message_and_reraise_exception
Method · 0.85
write_json
Method · 0.85
__str__
Method · 0.85
validate
Function · 0.85
nameof
Function · 0.85
get_str_in_context
Method · 0.85
get_str
Method · 0.85
get_str_in_context
Method · 0.85
Calls
1
JsonObject
Class · 0.85
Tested by
15
test_simple_code_to_bytecode_repr_unicode
Function · 0.68
assert_unchanged
Method · 0.68
assert_shortened
Method · 0.68
assert_unchanged_regex
Method · 0.68
assert_shortened_regex
Method · 0.68
test_broken_repr
Method · 0.68
test_int32
Method · 0.68
test_float32
Method · 0.68
test_zeros
Method · 0.68
test_py3_str_slicing
Function · 0.68
update_command_line_args
Function · 0.68
parent
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…