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

Method serialize_i32

src/ser.rs:298–300  ·  view source on GitHub ↗
(self, v: i32)

Source from the content-addressed store, hash-verified

296 }
297
298 fn serialize_i32(self, v: i32) -> Result<Bound<'py, PyAny>> {
299 self.serialise_default(v)
300 }
301
302 fn serialize_i64(self, v: i64) -> Result<Bound<'py, PyAny>> {
303 self.serialise_default(v)

Callers

nothing calls this directly

Calls 1

serialise_defaultMethod · 0.80

Tested by

no test coverage detected