jacdac.pack

Module Contents

Classes

_TokenParser

Functions

_jdunpack_core(→ PackTuple)

jdunpack(→ PackTuple)

_jdpack_core(→ int)

jdpack(→ bytes)

_jdpack_test()

Attributes

_fmts

BasePackType

PackType

PackTuple

jacdac.pack._fmts
class jacdac.pack._TokenParser(fmt: str)
parse()
jacdac.pack.BasePackType
jacdac.pack.PackType
jacdac.pack.PackTuple
jacdac.pack._jdunpack_core(buf: bytes, fmt: str, repeat: int) PackTuple
jacdac.pack.jdunpack(buf: bytes, fmt: str) PackTuple
jacdac.pack._jdpack_core(trg: bytearray | None, fmt: str, data: List[PackType], off: int) int
jacdac.pack.jdpack(fmt: str, *args: PackType) bytes
jacdac.pack._jdpack_test()