MCPcopy Create free account
hub / github.com/davidhewitt/pythonize / serialize_i16

Method serialize_i16

src/ser.rs:294–296  ·  view source on GitHub ↗
(self, v: i16)

Source from the content-addressed store, hash-verified

292 }
293
294 fn serialize_i16(self, v: i16) -> Result<Bound<'py, PyAny>> {
295 self.serialise_default(v)
296 }
297
298 fn serialize_i32(self, v: i32) -> Result<Bound<'py, PyAny>> {
299 self.serialise_default(v)

Callers

nothing calls this directly

Calls 1

serialise_defaultMethod · 0.80

Tested by

no test coverage detected