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).
pub fn deserialize_code<R, Bag>(
rdr: &mut R,
bag: Bag,
) -> Result<CodeObject<<Bag as ConstantBag>::Constant>, MarshalError>where
R: Read,
Bag: ConstantBag,Deserialize a code object (CPython field order).