MCPcopy
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
182def roundtrip(obj, typ):
183 return convert(to_builtins(obj), typ)
184
185
186class TestConvert:

Callers 10

test_intenum_missingMethod · 0.85
test_enum_missingMethod · 0.85
test_lax_int_enumMethod · 0.85
test_lax_int_literalMethod · 0.85
test_tagged_structMethod · 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…