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

Method serialize_i64

src/ser.rs:302–304  ·  view source on GitHub ↗
(self, v: i64)

Source from the content-addressed store, hash-verified

300 }
301
302 fn serialize_i64(self, v: i64) -> Result<Bound<'py, PyAny>> {
303 self.serialise_default(v)
304 }
305
306 fn serialize_i128(self, v: i128) -> Result<Bound<'py, PyAny>> {
307 self.serialise_default(v)

Callers

nothing calls this directly

Calls 1

serialise_defaultMethod · 0.80

Tested by

no test coverage detected