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

Method serialize_i128

src/ser.rs:306–308  ·  view source on GitHub ↗
(self, v: i128)

Source from the content-addressed store, hash-verified

304 }
305
306 fn serialize_i128(self, v: i128) -> Result<Bound<'py, PyAny>> {
307 self.serialise_default(v)
308 }
309
310 fn serialize_u8(self, v: u8) -> Result<Bound<'py, PyAny>> {
311 self.serialise_default(v)

Callers

nothing calls this directly

Calls 1

serialise_defaultMethod · 0.80

Tested by

no test coverage detected