MCPcopy Index your code
hub / github.com/RustPython/RustPython / marshal.rs

File marshal.rs

crates/compiler-core/src/marshal.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::{OneIndexed, SourceLocation, bytecode::*};
2use alloc::{boxed::Box, vec::Vec};
3use core::convert::Infallible;
4use malachite_bigint::{BigInt, Sign};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected