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

Method serialize_u128

src/ser.rs:326–328  ·  view source on GitHub ↗
(self, v: u128)

Source from the content-addressed store, hash-verified

324 }
325
326 fn serialize_u128(self, v: u128) -> Result<Bound<'py, PyAny>> {
327 self.serialise_default(v)
328 }
329
330 fn serialize_f32(self, v: f32) -> Result<Bound<'py, PyAny>> {
331 self.serialise_default(v)

Callers

nothing calls this directly

Calls 1

serialise_defaultMethod · 0.80

Tested by

no test coverage detected