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

Method serialize_u8

src/ser.rs:310–312  ·  view source on GitHub ↗
(self, v: u8)

Source from the content-addressed store, hash-verified

308 }
309
310 fn serialize_u8(self, v: u8) -> Result<Bound<'py, PyAny>> {
311 self.serialise_default(v)
312 }
313
314 fn serialize_u16(self, v: u16) -> Result<Bound<'py, PyAny>> {
315 self.serialise_default(v)

Callers

nothing calls this directly

Calls 1

serialise_defaultMethod · 0.80

Tested by

no test coverage detected