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

Method serialize_i8

src/ser.rs:290–292  ·  view source on GitHub ↗
(self, v: i8)

Source from the content-addressed store, hash-verified

288 }
289
290 fn serialize_i8(self, v: i8) -> Result<Bound<'py, PyAny>> {
291 self.serialise_default(v)
292 }
293
294 fn serialize_i16(self, v: i16) -> Result<Bound<'py, PyAny>> {
295 self.serialise_default(v)

Callers

nothing calls this directly

Calls 1

serialise_defaultMethod · 0.80

Tested by

no test coverage detected