Skip to main content

deserialize_code

Function deserialize_code 

Source
pub fn deserialize_code<R, Bag>(
    rdr: &mut R,
    bag: Bag,
) -> Result<CodeObject<<Bag as ConstantBag>::Constant>, MarshalError>
where R: Read, Bag: ConstantBag,
Expand description

Deserialize a code object (CPython field order).