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

Method serialize_tuple

src/ser.rs:420–426  ·  view source on GitHub ↗
(self, len: usize)

Source from the content-addressed store, hash-verified

418 }
419
420 fn serialize_tuple(self, len: usize) -> Result<PythonCollectionSerializer<'py, P>> {
421 Ok(PythonCollectionSerializer {
422 items: Vec::with_capacity(len),
423 py: self.py,
424 _types: PhantomData,
425 })
426 }
427
428 fn serialize_tuple_struct(
429 self,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected