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

Function test_python_parse_default

crates/jiter/tests/python.rs:83–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81
82#[test]
83fn test_python_parse_default() {
84 Python::attach(|py| {
85 let v = PythonParse::default().python_parse(py, b"[123]").unwrap();
86 assert_eq!(v.to_string(), "[123]");
87 });
88}

Callers

nothing calls this directly

Calls 1

python_parseMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…