MCPcopy Index your code
hub / github.com/RustPython/RustPython / PyMarshalBag

Class PyMarshalBag

crates/vm/src/stdlib/marshal.rs:381–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379
380 #[derive(Copy, Clone)]
381 struct PyMarshalBag<'a>(&'a VirtualMachine);
382
383 impl<'a> marshal::MarshalBag for PyMarshalBag<'a> {
384 type Value = PyObjectRef;

Callers 2

loadsFunction · 0.85
loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected