Structs§
Enums§
Constants§
Traits§
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