Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msgspec/msgspec
/ roundtrip
Function
roundtrip
tests/unit/test_convert.py:182–183 ·
view source on GitHub ↗
(obj, typ)
Source
from the content-addressed store, hash-verified
180
181
182
def
roundtrip(obj, typ):
183
return
convert(to_builtins(obj), typ)
184
185
186
class
TestConvert:
Callers
10
test_intenum_missing
Method · 0.85
test_enum_missing
Method · 0.85
test_lax_int_enum
Method · 0.85
test_lax_int_literal
Method · 0.85
test_struct_array_like
Method · 0.85
test_struct_extra_fields
Method · 0.85
test_struct_defaults_missing_fields
Method · 0.85
test_tagged_struct
Method · 0.85
test_tagged_empty_struct
Method · 0.85
test_struct_array_union
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…