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

Method serialize_u32

src/ser.rs:318–320  ·  view source on GitHub ↗
(self, v: u32)

Source from the content-addressed store, hash-verified

316 }
317
318 fn serialize_u32(self, v: u32) -> Result<Bound<'py, PyAny>> {
319 self.serialise_default(v)
320 }
321
322 fn serialize_u64(self, v: u64) -> Result<Bound<'py, PyAny>> {
323 self.serialise_default(v)

Callers

nothing calls this directly

Calls 1

serialise_defaultMethod · 0.80

Tested by

no test coverage detected