MCPcopy Index your code
hub / github.com/davidhewitt/pythonize / serialize_f32

Method serialize_f32

src/ser.rs:330–332  ·  view source on GitHub ↗
(self, v: f32)

Source from the content-addressed store, hash-verified

328 }
329
330 fn serialize_f32(self, v: f32) -> Result<Bound<'py, PyAny>> {
331 self.serialise_default(v)
332 }
333
334 fn serialize_f64(self, v: f64) -> Result<Bound<'py, PyAny>> {
335 self.serialise_default(v)

Callers

nothing calls this directly

Calls 1

serialise_defaultMethod · 0.80

Tested by

no test coverage detected