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

Function test_python_parse_other_no_cache

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

Source from the content-addressed store, hash-verified

47
48
49def test_python_parse_other_no_cache():
50 parsed = jiter.from_json(
51 b'["string", true, false, null]',
52 cache_mode=False,
53 )
54 assert parsed == ['string', True, False, None]
55
56
57def test_python_disallow_nan():

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…