Skip to main content

Module marshal

Module marshal 

Source

Structs§

Cursor
LocalsPlusResult

Enums§

DumpableValue
MarshalError

Constants§

FLAG_REF
FORMAT_VERSION
MAX_MARSHAL_STACK_DEPTH

Traits§

Dumpable
MarshalBag
Read
Write

Functions§

deserialize_code
Deserialize a code object (CPython field order).
deserialize_value
linetable_to_locations
read_float_str
Read a text-encoded float (1-byte length + ASCII).
read_i32
Read a signed 32-bit LE integer.
read_pstring
Read a 4-byte-length-prefixed byte string.
read_pylong
Read a TYPE_LONG arbitrary-precision integer (base-2^15 digits).
serialize_code
Serialize a code object in CPython field order.
serialize_value
split_localplus