MCPcopy Create free account
hub / github.com/pydantic/jiter / test_python_parse_numeric

Function test_python_parse_numeric

crates/jiter-python/tests/test_jiter.py:33–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32
33def test_python_parse_numeric():
34 parsed = jiter.from_json(
35 b' { "int": 1, "bigint": 123456789012345678901234567890, "float": 1.2} '
36 )
37 assert parsed == {'int': 1, 'bigint': 123456789012345678901234567890, 'float': 1.2}
38
39
40def test_python_parse_other_cached():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…