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

Method serialize_u16

src/ser.rs:314–316  ·  view source on GitHub ↗
(self, v: u16)

Source from the content-addressed store, hash-verified

312 }
313
314 fn serialize_u16(self, v: u16) -> Result<Bound<'py, PyAny>> {
315 self.serialise_default(v)
316 }
317
318 fn serialize_u32(self, v: u32) -> Result<Bound<'py, PyAny>> {
319 self.serialise_default(v)

Callers

nothing calls this directly

Calls 1

serialise_defaultMethod · 0.80

Tested by

no test coverage detected