MCPcopy Index your code
hub / github.com/davidhewitt/pythonize / ser.rs

File ser.rs

src/ser.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use std::marker::PhantomData;
2
3#[cfg(feature = "arbitrary_precision")]
4use pyo3::types::{PyAnyMethods, PyFloat, PyInt};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected