Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
loads
Function · 0.85
load
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected